Get the corresponding value of the matrix
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
Suppose i have a dataset as below. How can i say 1.8339 corresspond to 0.5377 and for all the remaining matrices.
![as.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/216716/as.png)
0 件のコメント
採用された回答
madhan ravi
2019 年 4 月 26 日
編集済み: madhan ravi
2019 年 4 月 26 日
b(any(abs(b-1.8339)<1e-4,2),:)
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!