Extracting values within a matrix
Ältere Kommentare anzeigen
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 ?
Antworten (1)
madhan ravi
am 21 Mär. 2020
0 Stimmen
Use logical operators ">" "<" and "find()"
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!