How to make Simulink run the entire model just once?

16 visualizaciones (últimos 30 días)
espey
espey el 23 de Mayo de 2019
Respondida: Fangjun Jiang el 23 de Mayo de 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.

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 23 de Mayo de 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.

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by