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!
