Answers for "get the max in array (1:26) matlab"

1

find location of max value in array matlab

maximum = max(max(A));
[x,y]=find(A==maximum)
Posted by: Guest on June-11-2020

Browse Popular Code Answers by Language