Is there a way to store large number of transition conditions in a Simulink block?
1 回表示 (過去 30 日間)
古いコメントを表示
Rashmi Bharadwaja
2017 年 6 月 16 日
コメント済み: Rashmi Bharadwaja
2017 年 7 月 11 日
Hello all,
Could anybody suggest a way to store a large number of transition conditions in a Simulink block (or file)? I have a stateflow chart with large number of transition conditions at every state. I want to improve the readability and simplicity of my state chart.
Thanks in advance!
Cheers, Rashmi
0 件のコメント
採用された回答
Ankita Nargundkar
2017 年 6 月 21 日
If your transition conditions looks something like [condition1 && condition2 && ..... conditionN] , you can place a MATLAB function block in the chart that evaluates all of those conditions and returns true or false. That function could then be called as the transition condition, simplifying the syntax greatly.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!