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!