2008-08-25

Matlab find the maximum in a matrix

ex.abcd is a 2D matrix

max(max(abcd))

or

max(abcd(:))

No comments:

Post a Comment