How to change automatically the name of the title ?

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

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.

1 Comment

yeah, you are right I forgot to add figure(i), thank you so much

Sign in to comment.

More Answers (1)

Tags

Asked:

on 23 Apr 2018

Reopened:

on 24 Apr 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!