How to display the name of my ODE used, as figure title?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am trying to solve a Matlab code with too many sub-functions. I have created a function for all plots, and I handle with many figures. So I decided to name them based on time. But now I'm parallelly running three simulations of the same code with different solvers. So it would be better that if I name them with the solver used. I need to name them automatically, rather than renaming them each time when I change the solver.
Is there a way-...?
thank you in advance....
0 件のコメント
回答 (1 件)
Santhana Raj
2017 年 5 月 19 日
編集済み: Santhana Raj
2017 年 5 月 19 日
The below code works in 2017a:
figure('Name','SolverName','NumberTitle','off')
2 件のコメント
Santhana Raj
2017 年 5 月 22 日
You mentioned that you are running three simulations with different solvers. In each simulation, t=in the above command, replace the 'SolverName' with the respective solver name that you are using in that simulation.
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!