Execution Time Calculation in Simulink
古いコメントを表示
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!
採用された回答
その他の回答 (1 件)
Fangjun Jiang
2020 年 5 月 18 日
Like this?
tic;
sim('MyModel');
toc;
カテゴリ
ヘルプ センター および File Exchange で Simulink Coder についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!