One-Step a Simulink Simulation from the MATLAB command line

3 visualizaciones (últimos 30 días)
Brad
Brad el 14 de Mayo de 2012
Respondida: krishna teja el 28 de Mzo. de 2020
Hi,
I'm trying to step through a simulink model by just executing time 0 then 1, then 2, etc. from the command line. Rather than using the debugger, I'd like to execute the entire model each time, assuming its fixed-step.
Something like this would be preffered: simulate('model_name', onestep);
Is there any way to do this in simulink/MATLAB?

Respuestas (2)

Kaustubha Govind
Kaustubha Govind el 14 de Mayo de 2012
Yes, you should be able to use the model command to do this.
Note that the word model needs to be replaced with the actual name of the model.

krishna teja
krishna teja el 28 de Mzo. de 2020

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by