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!