Main Content
mxGetData (C)
Data elements in nonnumeric mxArray
mxGetData
is not recommended for numeric arrays. Use typed,
data-access functions instead. For more information, see Version History.
C Syntax
#include "matrix.h" void *mxGetData(const mxArray *pm);
Description
Use mxGetData
to get data elements for nonnumeric arrays
only.
For numeric arrays, MathWorks recommends that you create MEX files and update existing MEX files to use the typed, data-access functions in the interleaved complex API. For more information, see:
To build the MEX file, call mex
with the -R2018a
option.