Finding numbers over a value in a matrix/array
Show older comments
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.
Accepted Answer
More Answers (2)
Azzi Abdelmalek
on 14 Jun 2013
range=2
idx=find(abs(yourarray)<range)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!