Main Content
mxComplexity (C)
Flag specifying whether array has imaginary components
C Syntax
typedef enum mxComplexity {mxREAL=0, mxCOMPLEX};
Constants
mxREAL
Identifies an
mxArray
with no imaginary components.mxCOMPLEX
Identifies an
mxArray
with imaginary components.
Description
Various Matrix Library functions require an mxComplexity
argument.
You can set an mxComplex
argument to either mxREAL
or mxCOMPLEX
.
Version History
Introduced before R2006a