MATLAB Application Program Interface Reference | Help Desk |
mxGetName
Get the name of the specifiedmxArray
character*32 function mxGetName(pm) integer*4 pmpm A pointer to the start of the name field. If the
mxArray
has no name, mxGetName
returns 0.
Use mxGetName
to determine the name of the mxArray
that pm
points to. The returned mxArray
name is a character
array with maximum length 32.
mxSetName