Plotting Convergence Graph from Bisection Method

Antworten (1)

darova
darova am 5 Apr. 2021
Bearbeitet: darova am 5 Apr. 2021

0 Stimmen

Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end

1 Kommentar

darova
darova am 6 Apr. 2021
It's a sample code, you should modify you code according to this

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 3 Apr. 2021

Bearbeitet:

am 6 Apr. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by