External Interfaces/API Reference | ![]() ![]() |
Free dynamic memory allocated by mxCreateFull
and mxCreateSparse
Fortran Syntax
subroutine mxFreeMatrix(pm) integer*4 pm
Arguments
pm
Pointer to the beginning of the mxArray
.
Description
mxFreeMatrix
returns an mxArray
to the heap for reuse, freeing any arrays (pr
, pi
, ir
, or jc
) allocated within the mxArray
.
See Also
![]() | mxFree | mxGetIr | ![]() |