Community Profile

photo

Juanith HL


Last seen: 3ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How do I find the indices of the maximum (or minimum) value of my matrix?
A = [8 2 4; 7 3 9] [M,I] = max(A(:)) %I is the index maximun Here tu can change the function to max or min [I_row, I_col] = in...

4年以上 前 | 8