mxComplexity (C)

Flag specifying whether mxArray has imaginary components

C Syntax

typedef enum mxComplexity {mxREAL=0, mxCOMPLEX};

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

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS