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