false
Logical array of all false.
Syntax
Section titled “Syntax”A = falseA = false(n)A = false(d1, d2, ...)Description
Section titled “Description”Creates a logical (boolean) array of all false. Same shape conventions as true.
Examples
Section titled “Examples”false % logical scalar falsefalse(3) % 3×3 of false