MATLAB Application Program Interface Reference Help Desk

mxGetData

Purpose

Get pointer to data

C Syntax

Arguments

array_ptr

Pointer to an mxArray.

Description

Similar to mxGetPr, except mxGetData returns a void *. Use mxGetData on numeric arrays with contents other than double.

Example

See Also

mxGetPr



[ Previous | Help Desk | Next ]