how to write conditional commands in simulink block diagrams
조회 수: 2 (최근 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!