How to change automatically the name of the title ?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Jeff Miller
am 23 Apr. 2018
Looks like you need a "figure;" command inside the loop to start a new figure window for each solver. I think you are now drawing all plots in the same window, so you only see the last one.
Weitere Antworten (1)
Walter Roberson
am 23 Apr. 2018
title(solvers{i});
legend('Exact Solution', solvers{i});
0 Kommentare
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!