Main Content
mxLogical (C)
Type for logical array
Description
All logical mxArray
s store their data elements as
mxLogical
rather than as bool
.
The header file containing this type is:
#include "matrix.h"
See Also
Tips
For information about data in MATLAB® language scripts and functions, see Data Types.
Version History
Introduced before R2006a