line and column of the minimun element of a matrix
1 ビュー (過去 30 日間)
表示 古いコメント
how do i find the position (line and column of the minimun element of a matrix)
i have a matrix
m=
[5 1 -400;
-6 100 -6;
2 5 25];
how can i get matlab to give me the position of -400 ? line 1 column 3
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!