MATLAB Application Program Interface Reference | Help Desk |
mxGetImagData
Get pointer to imaginary data of anmxArray
#include "matrix.h" void *mxGetImagData(const mxArray *array_ptr);array_ptr Similar to
mxGetPi
, except it returns a void *
. Use mxGetImagData
on numeric arrays with contents other than double
.
mxGetPi