How to change automatically the name of the title ?
Show older comments
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.
Accepted Answer
More Answers (1)
Walter Roberson
on 23 Apr 2018
title(solvers{i});
legend('Exact Solution', solvers{i});
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!