Community Profile

photo

Andrew Teixeira


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?
How about just: A = magic(5); [Amins, idx] = min(A); [Amin, Aj] = min(Amins); Ai = idx(Aj); where your final matrix min...

4年以上 前 | 10