Plotting Convergence Graph from Bisection Method
Ältere Kommentare anzeigen
Antworten (1)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
1 Kommentar
darova
am 6 Apr. 2021
It's a sample code, you should modify you code according to this
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!