Is there any way to run simulink model after certain time period?
14 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Kaustubha Govind
2014-4-14
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 个评论
更多回答(1 个)
Joachim Schlosser
2014-4-14
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!