Effacer les filtres
Effacer les filtres

How to execute command according to time while running simulation?

1 vue (au cours des 30 derniers jours)
Yandy Ma
Yandy Ma le 3 Juil 2017
I am trying to run a simulation using matlab script, and to change the parameter using commands like set_param, however I would like to execute those command one by one according to the simulation time, such as 1 secs one command.
May I ask which is the best way to do it?
  2 commentaires
Jan
Jan le 3 Juil 2017
You are talking about Simulink, don't you?
Yandy Ma
Yandy Ma le 3 Juil 2017
yes!

Connectez-vous pour commenter.

Réponses (1)

Shashank
Shashank le 11 Juil 2017
You can run the simulation for one time step using the sim() command. The resulting outputs can be again sent as an input for simulating the model again using sim() command. If you wish to change simulation parameters in between the runs, you can use "set_param" function to set the desired parameters from the command window or MATLAB script.
- Shashank

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by