If any element of the array is less than a number, do some statements
13 ビュー (過去 30 日間)
古いコメントを表示
If any element of the array is less than a number, do some statements
I want to use this above thing in while loop
0 件のコメント
採用された回答
Walter Roberson
2019 年 5 月 5 日
if any(YourArray(:) < TheValue)
do the statements
end
9 件のコメント
Walter Roberson
2019 年 5 月 7 日
Sorry, I am having problems with my vision, and that pdf is too much for me to go through in detail and compare to your code.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
