Are there any isempty command block in Simulink?
    3 次查看(过去 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!