empty signal coming into minimum block problem
4 次查看(过去 30 天)
显示 更早的评论
I have a Find non-zero block connected Min block. Find non-zero outputs a variable size matrix that shrinks for one element in every step because this is part of a switch off algorithm based on minimum value. Because switch off is in loop with non-zero block this means that in final step when everything is switched off the non-zero sends and empty signal to Min block and this gives error "The signal at input port 1 of 'Min' cannot have an empty size" I would like to simulation to finish by terminating the swich off operation and ending the algorithm without this error.
0 个评论
回答(2 个)
Kaustubha Govind
2013-1-31
Not sure if this is what you're looking for, but you can use the Stop block to stop simulation based on an input condition.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!