- Using If subsystem, If action subsystem & merge block.
- Using Switch block
- Using Enabled subsystems
Need a help on simulink block
조회 수: 12 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
TAB
2012년 6월 18일
You can implement in many ways...
댓글 수: 0
추가 답변 (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!