Skip to main content

CMIN matrix function

CMIN(A) Returns a row vector with the same number of columns as the argument. Each column of the result contains the minimum value of the corresponding column of the argument. CMIN(A) gives the same result as MIN(A).

Calculator

CMIN {0,2,3}

See also