How to make Simulink run the entire model just once?

11 vues (au cours des 30 derniers jours)
espey
espey le 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.

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 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.

Catégories

En savoir plus sur Event Functions dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by