Plotting Convergence Graph from Bisection Method
Afficher commentaires plus anciens
Réponses (1)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
1 commentaire
darova
le 6 Avr 2021
It's a sample code, you should modify you code according to this
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!