Main Content

mxLogical (C)

Type for logical array

Description

All logical mxArrays store their data elements as mxLogical rather than as bool.

The header file containing this type is:

#include "matrix.h"

Examples

See these examples in matlabroot/extern/examples/mx:

Tips

  • For information about data in MATLAB® language scripts and functions, see Data Types.

Version History

Introduced before R2006a