Main Content
mxGetImagData (Fortran)
Imaginary data elements in numeric mxArray
mxGetImagData
is not available in the interleaved complex API. Use
typed, data-access functions instead. For more information, see Version History.
Fortran Syntax
#include "fintrf.h" mwPointer mxGetImagData(pm) mwPointer pm
Description
The mxGetImagData
function is similar to
mxGetPi
, except that it returns a mwPointer
.
For more information, see the description for the mxGetData
function.