logical type functions
logical type functions
- all — all of the elements of a matrix satisfy some condition.
- any — any of the elements of a matrix satisfy some condition.
- false — Logical false.
- logical — Converts a numeric value to logical type.
- true — Logical true.
- xor — Exclusive or.