More stats about ode15s
古いコメントを表示
Hi all, I have a question: is it possible to extrapolate more information about the performance of the function ode15s? When setting options=odeset('Stats','on') I receive some stats but I'd be interested on knowing, for example, what percentage of the total time was dedicated to the Jacobian numerical estimation. Is it possible something like that?
Thank you!
2 件のコメント
Sara
2014 年 5 月 9 日
try using the profiler:
profile on
...your code
profile viewer
Edoardo Melloni
2014 年 5 月 10 日
回答 (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!