| External Interfaces/API Reference | ![]() |
Flag that specifies whether an mxArray has imaginary components
C Syntax
typedef enum mxComplexity {mxREAL=0, mxCOMPLEX};
Constants
mxREAL
Identifies an mxArray with no imaginary components.
mxArray with imaginary components.
Description
Various mx calls require an mxComplexity argument. You can set an mxComplex argument to either mxREAL or mxCOMPLEX.
Example
See mxcalcsinglesubscript.c in the mx subdirectory of the examples directory.
See Also
mxCreateNumericArray, mxCreateDoubleMatrix, mxCreateSparse
| mxClearLogical | mxCreateCellArray | ![]() |