External Interfaces Reference Previous page   Next Page
mxComplexity

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


Previous page  mxClearLogical (Obsolete) mxCreateCellArray Next page

© 1994-2005 The MathWorks, Inc.