Is there any way to run simulink model after certain time period?
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ahmed Fadhil Hassoney
le 9 Fév 2014
Réponse apportée : Joachim Schlosser
le 14 Avr 2014
Is there any way to run simulink model after certain time period? i.e I want the first model run by click "run" and in the middle of the running will call another model to start running.
0 commentaires
Réponse acceptée
Kaustubha Govind
le 14 Avr 2014
Simulink can currently only run one model at a time, but you can still achieve what you need by referencing the second model from the first model. You can place it inside an Enabled Subsystem to force the second model to start running only when the enable signal comes on.
0 commentaires
Plus de réponses (1)
Joachim Schlosser
le 14 Avr 2014
You may want to have a look at the Simulin documentation for Run Parallel Simulations. If parfor does not offer what you need, implement Kaustubha's idea by looking into a Triggered Subsystem converted to Model Block.
0 commentaires
Voir également
Catégories
En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!