and
Syntax
and(X, Y)
or
X && Y
Arguments
X / Y is a scalar/pair/vector/matrix. If X or Y is a pair/vector/matrix, the other is a scalar or a pair/vector/matrix of the same size.
Details
Return the element-by-element logical X AND Y.
and(X, Y)
or
X && Y
X / Y is a scalar/pair/vector/matrix. If X or Y is a pair/vector/matrix, the other is a scalar or a pair/vector/matrix of the same size.
Return the element-by-element logical X AND Y.