How can I add plot Err versus i
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens

1 commentaire
Ali Hagverdiyev
le 28 Mar 2020
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.
Réponses (1)
Ali Hagverdiyev
le 28 Mar 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 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!