How to change automatically the name of the title ?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 23 Avr 2018
title(solvers{i});
legend('Exact Solution', solvers{i});
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!