Plotting Convergence Graph from Bisection Method
Mostra commenti meno recenti
Risposte (1)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
1 Commento
darova
il 6 Apr 2021
It's a sample code, you should modify you code according to this
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!