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 years 前 | 9