| MATLAB® | ![]() |
#include "matrix.h" void mxDestroyArray(mxArray *pm);
mxDestroyArray(pm) mwPointer pm
Pointer to the mxArray you want to free
mxDestroyArray deallocates the memory occupied by the specified mxArray. mxDestroyArray not only deallocates the memory occupied by the mxArray's characteristics fields (such as m and n), but also deallocates all the mxArray's associated data arrays, such as pr and pi for complex arrays, ir and jc for sparse arrays, fields of structure arrays, and cells of cell arrays. Do not call mxDestroyArray on an mxArray you are returning on the left-hand side.
See sincall.c in the refbook subdirectory of the examples directory.
Additional examples:
mexcallmatlab.c and mexgetarray.c in the mex subdirectory of the examples directory
mxisclass.c in the mx subdirectory of the examples directory
mxCalloc, mxMalloc, mxFree, mexMakeArrayPersistent, mexMakeMemoryPersistent
![]() | mxCreateStructMatrix (C and Fortran) | mxDuplicateArray (C and Fortran) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |