Command Reference : Matrix Language Reference
  
 
@cimax
Index of the maximal value in each column of a matrix.
Syntax: @cimax(m)
m: matrix
Return: vector
Returns a vector containing the index (i.e, row number) of the maximal values of each column of the matrix m.
Examples
vector v1 = @cimax(m1)
Cross-references
See also @cimin, @cmax, @cmin.