Extracting values within a matrix
이전 댓글 표시
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 ?
답변 (1개)
madhan ravi
2020년 3월 21일
0 개 추천
Use logical operators ">" "<" and "find()"
카테고리
도움말 센터 및 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!