can i change simulink blocks execution order
13 次查看(过去 30 天)
显示 更早的评论
I'm wondering if I could change simulink blocks execution order. I want certains block to get executed before others.
Thank Ahmad
0 个评论
回答(3 个)
Madhu Govindarajan
2015-12-17
Try using the Block Priorities for individual blocks that you think should be executed first - http://www.mathworks.com/help/simulink/ug/controlling-and-displaying-the-sorted-order.html#bskpx1q
0 个评论
Teresa Hubscher-Younger
2020-5-13
Just putting in information about a new feature, in case others have this quesiton.
You can also explicity schedule Simulink components using the Schedule Editor:
-Teresa
0 个评论
Jonas
2020-9-9
Hi all
In the MathWorks documentation I found another way, besides what is already proposed here, and that is to use a Stateflow chart with function call outputs. The subsystems would then need to be function call subsystems.
With kind regards,
Jonas
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Schedule Model Components 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!