Extracting values within a matrix

1 view (last 30 days)
Rumaanah Khan
Rumaanah Khan on 21 Mar 2020
Answered: madhan ravi on 21 Mar 2020
I have a 20 x 1 matrix of numbers and I need to compare this matrix to two threshold values
the values I obtain need to be below and above these threshold values and then i need to store them in a new matrix.
what function do i use and also how do I find their positions in the original matrix ?

Answers (1)

madhan ravi
madhan ravi on 21 Mar 2020
Use logical operators ">" "<" and "find()"

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!