More stats about ode15s
Afficher commentaires plus anciens
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 commentaires
Sara
le 9 Mai 2014
try using the profiler:
profile on
...your code
profile viewer
Edoardo Melloni
le 10 Mai 2014
Réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!