MATLAB Application Program Interface Reference | Help Desk |
mxComplexity
Flag that specifies whether anmxArray
has imaginary components
typedef enum mxComplexity {mxREAL=0, mxCOMPLEX};mxREAL
Identifies an mxArray
with no imaginary components.
Identifies an mxArray
with imaginary components.
mxComplexity
argument. You can set an mxComplex
argument to either mxREAL
or mxCOMPLEX
.
mxCreateNumericArray
, mxCreateFull
, mxCreateDoubleMatrix
, mxCreateSparse