How can I add plot Err versus i
Mostra commenti meno recenti

1 Commento
Ali Hagverdiyev
il 28 Mar 2020
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.
Risposte (1)
Ali Hagverdiyev
il 28 Mar 2020
0 voti
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!