Plotting Convergence Graph from Bisection Method

1 visualizzazione (ultimi 30 giorni)
none

Risposte (1)

darova
darova il 5 Apr 2021
Modificato: darova il 5 Apr 2021
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by