Execution Time Calculation in Simulink
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
Fangjun Jiang
am 18 Mai 2020
Like this?
tic;
sim('MyModel');
toc;
Kategorien
Mehr zu Simulink Coder finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!