Execution Time Calculation in Simulink
Mostrar comentarios más antiguos
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!
Respuesta aceptada
Más respuestas (1)
Fangjun Jiang
el 18 de Mayo de 2020
Like this?
tic;
sim('MyModel');
toc;
Categorías
Más información sobre Simulink Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!