Symbolic logical constant false
symfalse
is the symbolic logical constant for the false
condition.
returns a T
= symfalse(sz1,...,szN
)sz1
-by-...
-by-szN
array
of symbolic logical symfalse
s where sz1,...,szN
indicates the size of each dimension. For example, symfalse(2,3)
returns
a 2-by-3 array of symbolic logical symfalse
s.
The command sym(false)
returns a symbolic number
0
, and sym(symfalse)
returns
symfalse
.
When you combine two arrays of symbolic logical constants with logical operations
using and
, or
, or xor
function, the arrays must either be
the same size or have sizes that are compatible. For more information on the required
input sizes for basic array operations, see Compatible Array Sizes for Basic Operations.