Are there any isempty command block in Simulink?
8 views (last 30 days)
Show older comments
I want to use isempty command in Simulink. Are there any block to do this? Thank you.
0 Comments
Accepted Answer
Walter Roberson
on 15 Aug 2022
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
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!