how to write conditional commands in simulink block diagrams
1 回表示 (過去 30 日間)
古いコメントを表示
how to write conditional commands in simulink block diagrams
0 件のコメント
回答 (1 件)
Birdman
2018 年 3 月 29 日
There are lots of ways to write conditional commands in Simulink. For instance, you can use Logic Operator block, If Else block, Compare To block, etc. What I suggest you is to use a MATLAB Function block since it is really easy to implement conditions as if you are writing code in MATLAB command line. Just form your logic and implement it there.
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!