Ambiguous sorted order detected due to use of triggered subsystem(s) in a loop. See Subsystem Examples in the Simulink library for valid and invalid examples of triggered subsystem
74 ビュー (過去 30 日間)
表示 古いコメント
respected sir
whenever i run matlab simulink the error shows Ambiguous sorted order detected due to use of triggered subsystem(s) in a loop. See Subsystem Examples in the Simulink library for valid and invalid examples of triggered subsystem please help me how to slove
0 件のコメント
回答 (1 件)
Remi
2016 年 3 月 8 日
I've experienced the same issue because the trigger signal depended on the output of the subsystem. If this was your problem, this can be solved by adding an unit delay to your output.
You can also refer to this thread http://www.mathworks.com/matlabcentral/answers/55428-how-can-i-use-a-triggered-subsystem-in-a-loop?s_tid=answers_rc1
1 件のコメント
Ali
2017 年 6 月 23 日
well I had the same error but in my case the output was dependent on the input, added a unit delay in the loop and everything fixed, thanks a lot :)
参考
カテゴリ
Find more on Schedule Model Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!