Solved
how to find the matrix element that contains the minimum or maximum value in the matrix?
Obtaining the minimum and maximum value in a matrix is easy due to you can use the functions min and max.
but i need to obtain the matrix element that contains the minimum and maximum value inside the matrix.
Thank you in advance,
Rogelio


