Type for logical array
All logical mxArray
s store their data elements as
mxLogical
rather than as bool
.
The header file containing this type is:
#include "matrix.h"
For information about data in MATLAB® language scripts and functions, see Data Types.