How can I add plot Err versus i
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen

1 Kommentar
Ali Hagverdiyev
am 28 Mär. 2020
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.
Antworten (1)
Ali Hagverdiyev
am 28 Mär. 2020
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on
0 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!