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
.
Examples
To open an example, type:
edit([fullfile(matlabroot,"extern","examples","mx","filename")]);
where filename
is:
Version History
Introduced before R2006a