- ismember()
- find() (if you want subscripts)
Help in finding the matrix
12 ビュー (過去 30 日間)
古いコメントを表示
Hello! I have a vector of values, and I need to find their location in the matrix
% 1000x100 matrix
% 1x100 data
6 件のコメント
Adam Danz
2019 年 9 月 12 日
That's because all element of Y are indeed in X. Try it the other way around. X as the first input.
回答 (1 件)
J Chen
2019 年 9 月 12 日
You can use [row,col]=find( ) to get the location and use == to compare numbers
0 件のコメント
参考
カテゴリ
Help Center および 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!