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