Execution Time Calculation in Simulink
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
Fangjun Jiang
il 18 Mag 2020
Like this?
tic;
sim('MyModel');
toc;
Categorie
Scopri di più su Simulink Coder in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!