How to change automatically the name of the title ?
Mostra commenti meno recenti
I'm trying to compute a system of ODE by using different solvers.How to change the legend and title automatically depends on solvers(i)? I want to plot a graph for each solver.
Risposta accettata
Più risposte (1)
Walter Roberson
il 23 Apr 2018
title(solvers{i});
legend('Exact Solution', solvers{i});
Categorie
Scopri di più su Ordinary Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!