How to make Simulink run the entire model just once?

13 Ansichten (letzte 30 Tage)
espey
espey am 23 Mai 2019
Beantwortet: Fangjun Jiang am 23 Mai 2019
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.

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 23 Mai 2019
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.

Kategorien

Mehr zu Event Functions finden Sie in Help Center und File Exchange

Produkte


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by