フィルターのクリア

Need a help on simulink block

1 回表示 (過去 30 日間)
Sukumar Paul
Sukumar Paul 2012 年 6 月 18 日
hello, i want to create a code structure like below :
if(x == 1)
x=y;
z = a;
........
else
x = z;
y=a;
..........
which block i can use to generate such kind of code?

採用された回答

TAB
TAB 2012 年 6 月 18 日
You can implement in many ways...
  1. Using If subsystem, If action subsystem & merge block.
  2. Using Switch block
  3. Using Enabled subsystems

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSubsystems についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by