External Interfaces/API Reference |
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
.
Examples
See mxisfinite.c
in the mx
subdirectory of the examples
directory.
See Also
mxGetFieldNumber | mxGetInf |