More stats about ode15s

1 次查看(过去 30 天)
Edoardo Melloni
Edoardo Melloni 2014-5-9
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
Sara 2014-5-9
try using the profiler:
profile on
...your code
profile viewer
Edoardo Melloni
Edoardo Melloni 2014-5-10
Thank you Sara!
I had exactly the information I was looking for!

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by