Execution Time Calculation in Simulink
Afficher commentaires plus anciens
Hello friends,
I consider using simulating a model using only Simulink envirment. The Simulink model has MATLAB functions containing optimization algorithms, and no code generation is required. How can I find the time required to simulate the model?
ALL THE SIMULATION IS PERFORMED ON SIMULINK
Thanks!
Réponse acceptée
Plus de réponses (1)
Fangjun Jiang
le 18 Mai 2020
Like this?
tic;
sim('MyModel');
toc;
Catégories
En savoir plus sur Simulink Coder 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!