Command Reference : Matrix Language Reference
  
 
Syntax: @emin(m1,m2)
Argument 1: matrix, m1
Argument 2: matrix, m2
Return: matrix
Returns the element minimum of the conformable matrices m1 and m2. Example:
matrix m3 = @emin(m1,m2)
See also @emult.