External Interfaces Reference |
Flag that specifies whether mxArray
has imaginary components
C Syntax
Constants
mxREAL
Identifies an mxArray
with no imaginary components.
mxCOMPLEX
Identifies an mxArray
with imaginary components.
Description
Various mx calls require an mxComplexity
argument. You can set an mxComplex
argument to either mxREAL
or mxCOMPLEX
.
Examples
See mxcalcsinglesubscript.c
in the mx
subdirectory of the examples
directory.
See Also
mxCreateNumericArray
, mxCreateDoubleMatrix
, mxCreateSparse
mxClearLogical (Obsolete) | mxCreateCellArray |
© 1994-2005 The MathWorks, Inc.