Plotting Convergence Graph from Bisection Method
Show older comments
Answers (1)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
1 Comment
darova
on 6 Apr 2021
It's a sample code, you should modify you code according to this
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!