How can I add plot Err versus i

1 Ansicht (letzte 30 Tage)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU am 28 Mär. 2020
Beantwortet: Ali Hagverdiyev am 28 Mär. 2020
  1 Kommentar
Ali Hagverdiyev
Ali Hagverdiyev am 28 Mär. 2020
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

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!

Translated by