How can I add plot Err versus i

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 日

0 投票

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

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

2020 年 3 月 28 日

回答済み:

2020 年 3 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by