Are there any isempty command block in Simulink?
조회 수: 10 (최근 30일)
이전 댓글 표시
I want to use isempty command in Simulink. Are there any block to do this? Thank you.
댓글 수: 0
채택된 답변
Walter Roberson
2022년 8월 15일
https://www.mathworks.com/help/simulink/slref/width.html can emit the width of a signal; you could then compare it to 0.
... Or just create a small MATLAB Function Block
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!