How can I add plot Err versus i
1 回表示 (過去 30 日間)
古いコメントを表示

1 件のコメント
Ali Hagverdiyev
2020 年 3 月 28 日
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.
回答 (1 件)
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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!