allall of the elements of a matrix satisfy some condition.
andlogical 'AND' operator, &
anyany of the elements of a matrix satisfy some condition.
ctransposeReturns complex conjugate transpose: ' operator.
gegreater than or equal, >= operator.
gtgreater than, > operator.
horzcatHorizontal concatenation.
ismemberArray elements that are members of another array.
ldivideLeft division, .\ operator.
leless than or equal, = operator.
mldivideMatrix left division, \ operator.
mrdivideMatrix right division, / operator.
mtimesMatrix multiplication, * operator
powerElement wise power, .^ operator
rdivideRight division, ./ operator
shortcutandShort circuit 'AND' operator, &&
shortcutorShort circuit 'OR' operator, ||
subsasgnRedefine subscripted assignment.
subsindexConvert an object to an index vector.
mtimesElement wise multiplication, .* operator
transposeReturns vector or matrix transpose: .' operator.