Plotting Convergence Graph from Bisection Method
古いコメントを表示
回答 (1 件)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
1 件のコメント
darova
2021 年 4 月 6 日
It's a sample code, you should modify you code according to this
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!