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!