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!