I want to see how long it takes to run a model
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Fernando Beltrán
le 15 Sep 2016
Modifié(e) : Mohamed Belkhayat
le 27 Août 2019
Good morning, I have a problem. I want to see how long it takes to run a model. But I do not know how to calculate the different times. (UpdateDiagramTime, AccelBuildTime and SimTime). If someone could help me. Thank you very much
1 commentaire
Mohamed Belkhayat
le 27 Août 2019
Modifié(e) : Mohamed Belkhayat
le 27 Août 2019
tic;sim('model');a=toc;save sim_time a;
this runs the model and saves the time to a file named sim_time in case you need that.
Réponse acceptée
Mischa Kim
le 15 Sep 2016
Modifié(e) : Mischa Kim
le 15 Sep 2016
Fernando, I assume you are talking about Simulink models. There is a functionality called profiler that might help you. See the documentation for more detail.
Plus de réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!