max:

Syntax:	max ( A )

Description:

	Max returns the maximum value(s) contained in the matrix A. If
	the argument is a vector, then the largest value is returned.
	If A is a MxN matrix, then a row-vector of N columns is
	returned containing the maximum value from each column of A.

See Also: maxi, min, mini
