External Interfaces/API Reference    
mxComplexity

Flag that specifies whether an 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