MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxComplexity    See Also

Flag that specifies whether an mxArray has imaginary components

C Definition

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.

See Also

mxCreateNumericArray, mxCreateDoubleMatrix, mxCreateSparse



[ Previous | Help Desk | Next ]