CMAX matrix function
Description
CMAX(A) returns a row vector with the same number of columns as the argument. Each column of the result contains the maximum value of the corresponding column of the argument. CMAX(A) gives the same result as MAX(A).