Community Profile

photo

Juanith HL


Last seen: 3 months 前 自 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 years 前 | 8