how to use "if else" command in simulink? I want to show the relation between speed and force that if speed is in limits then force is zero and if the speed exceeds the limit then force is max.
1 回表示 (過去 30 日間)
古いコメントを表示
how to use if else function. i want to show that if speed is less than 30, than force is zero and if speed increases then force is max.
回答 (1 件)
Adam Hug
2015 年 6 月 29 日
Use the logic blocks or the "switch" block to create the if-else logic.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!