Finding numbers over a value in a matrix/array
显示 更早的评论
Hi, I have a 365x10 matrix/array? not sure what it would be called need to find the amount of numbers in a certain range/below a certain value eg 0.
Thanks for any help.
采纳的回答
更多回答(2 个)
Azzi Abdelmalek
2013-6-14
range=2
idx=find(abs(yourarray)<range)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!