MATLAB Application Program Interface Reference Help Desk

mxGetImagData

Purpose

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 ]