How to find elements?
1 view (last 30 days)
Show older comments
hi all, I have a matrix contains +ve, -ve and 0 values. how to find the elements in the range of the -ve values? thank you for help.
0 Comments
Accepted Answer
Azzi Abdelmalek
on 8 Aug 2016
index=find(A==-ve)
2 Comments
More Answers (0)
See Also
Categories
Find more on Resizing and Reshaping 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!