How can I add plot Err versus i

1 次查看(过去 30 天)
  1 个评论
Ali Hagverdiyev
Ali Hagverdiyev 2020-3-28
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.

请先登录,再进行评论。

回答(1 个)

Ali Hagverdiyev
Ali Hagverdiyev 2020-3-28
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by