How can I add plot Err versus i

1 vue (au cours des 30 derniers jours)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU le 28 Mar 2020
  1 commentaire
Ali Hagverdiyev
Ali Hagverdiyev le 28 Mar 2020
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.

Connectez-vous pour commenter.

Réponses (1)

Ali Hagverdiyev
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

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!

Translated by