How to overcome the loop problem in 'if-else' action subsystem
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, I am new to Simulink and have realized that constructing a logic using blocks isn't similar to writing a program. The problem that I am facing is very well defined in the snapshot attached to this question. Inside a program we use variables to store the computed data but I couldn't find a Simulink block for the same which is why I simply connected it in a way shown in the snapshot. Please help me get through this problem. Thanks, Akash.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157679/image.png)
1 件のコメント
Swarooph
2016 年 11 月 4 日
Explain what it is that you are trying to do using pseudo code or algorithm. I have a feeling you can implement this way easier using a Switch block or some block from the Logic and Bit Operations library instead of If-else subsystems which are meant for other advanced use cases.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Subsystems についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!