maximum position of element in a matrix
古いコメントを表示
Hi I have a 1000x1000 matrix. I want to find the location and the value of the highest value in the matrix?
採用された回答
その他の回答 (1 件)
Thomas
2012 年 4 月 11 日
[p,q,r]=find(A==max(max(a)))
Assuming ur matrix is A
カテゴリ
ヘルプ センター および 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!