matlab find index of max in matrix code example Example: find location of max value in array matlab maximum = max(max(A)); [x,y]=find(A==maximum)