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

Get pointer to imaginary data of an mxArray

C Syntax

Arguments

array_ptr
  Pointer to an mxArray.

Description

Similar to mxGetPi, except it returns a void *. Use mxGetImagData on numeric arrays with contents other than double.

See Also

mxGetPi



[ Previous | Help Desk | Next ]