Command Reference : Matrix Language Reference
  
 
Element maximums of two matrices.
Syntax: @emax(m1, m2)
m1: matrix, vector
m2: matrix, vector
Return: matrix, vector
Returns the element maximum of the conformable matrices m1 and m2.
Examples
matrix m3 = @emax(m1, m2)
Cross-references
See also @emin.