MATLAB Application Program Interface | Search  Help Desk |
mxGetName | See Also |
Get the name of the specified mxArray
character*32 function mxGetName(pm) integer*4 pmpm
mxArray
.
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