Are there any isempty command block in Simulink?

13 views (last 30 days)
I want to use isempty command in Simulink. Are there any block to do this? Thank you.

Accepted Answer

Walter Roberson
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)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!