Plotting Convergence Graph from Bisection Method
Mostrar comentarios más antiguos
Respuestas (1)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
1 comentario
darova
el 6 de Abr. de 2021
It's a sample code, you should modify you code according to this
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!