Shakir Kapra
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How do I find the indices of the maximum (or minimum) value of my matrix?
[M,I] = min(A) where M - is the min value and I - is index of the minimum value Similarly it works for the max
How do I find the indices of the maximum (or minimum) value of my matrix?
[M,I] = min(A) where M - is the min value and I - is index of the minimum value Similarly it works for the max
9 years 前 | 33