필터 지우기
필터 지우기

More stats about ode15s

조회 수: 1 (최근 30일)
Edoardo Melloni
Edoardo Melloni 2014년 5월 9일
댓글: Edoardo Melloni 2014년 5월 10일
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