Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
matlab is stuck when using logical operators
조회 수: 2 (최근 30일)
이전 댓글 표시
My simulink file has some conditions checking using logical operators and if condition using switch block.But after running , file is stuck and not able even to end task using task manager.
Please anyone help me to figure out thi sissue.these conditions are meant to check alwyas during the time of simulations .
댓글 수: 0
답변 (1개)
Srimouli Rukmabhatla
2020년 3월 18일
Hi,
You may use the if action subsystem block , switch action subsystem block rather than using if and switch blocks. Example model is attached.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!