maxi:

Syntax:	maxi ( A )

Description:

	Maxi returns the index of the maximum value contained in
	matrix. If the input argument (A) is a vector, then the index
	of the largest value is returned. If A is a MxN matrix, then a
	row-vector of the column indices of the largest column values
	of A is returned.

See Also: max, min, mini
