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
10 years 前 | 34