![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10586317_1528260290272_DEF.jpg)
Juanith HL
Followers: 0 Following: 0
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...
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...
5년 초과 전 | 9