Plotting Convergence Graph from Bisection Method

回答 (1 件)

darova
darova 2021 年 4 月 5 日
編集済み: darova 2021 年 4 月 5 日

0 投票

Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end

1 件のコメント

darova
darova 2021 年 4 月 6 日
It's a sample code, you should modify you code according to this

サインインしてコメントする。

カテゴリ

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

質問済み:

2021 年 4 月 3 日

編集済み:

2021 年 4 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by