min:

Syntax:	min ( A )

Description:

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


See Also: mini, max, maxi
