Debugging - ODE solver freezing
古いコメントを表示
Hi everyone,
I am solving a set of stiff ODEs using ODE23s and it is taking a really long time. By a really long time, I mean hours! I'm hoping there is a way to watch the iterations in the ODE solver as they happen so that I can modify the parameters to speed things up.
Any help on how to do this or what may speed it up would be greatly appreciated.
Thanks, Josh
3 件のコメント
Jan
2016 年 7 月 6 日
Please post any details of the problem. Perhaps your system is huge, or you defined a tiny tolerance. Maybe the function to be integrated is not smooth or programmed unefficiently.
Torsten
2016 年 7 月 7 日
Why not including print-statements in the function where you define your equations ?
Best wishes
Torsten.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!