External Interfaces Reference Previous page   Next Page
mxGetData

Get pointer to data

C Syntax

Arguments

array_ptr
   Pointer to an mxArray.

Description

Similar to mxGetPr, except mxGetData returns a void *.

Examples

See phonebook.c in the refbook subdirectory of the examples directory.

For additional examples, see mxcreatecharmatrixfromstr.c and mxisfinite.c in the mx subdirectory of the examples directory.

See Also

mxGetImagData, mxGetPr


Previous page  mxGetClassName mxGetDimensions Next page

© 1994-2005 The MathWorks, Inc.