How to make Simulink run the entire model just once?

조회 수: 13 (최근 30일)
espey
espey 2019년 5월 23일
답변: Fangjun Jiang 2019년 5월 23일
I have created a Simulink Model with some custom MATLAB function Blocks and some constant Blocks. I run the Simulink Model from a .m file using the sim() function. I see that when I call the Model this way just once, the entire model is being run again and again for 50 times(putting a breakpoint inside each of the MATLAB function blocks shows that they are being called 50 times with the same input values). Reducing the simulation time from Configuration Parameters does not help.
I am using MATLAB 2017b.
Please help.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2019년 5월 23일
Each MATLAB function block will be executed once for every simulation step. Inside the MATLAB function block, there could be loops. No way to tell with your info above. The .m file could call sim() in a loop.
Just simulate the model once, manually, to see what happens.

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by