CMIN matrix function
Description
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).