External Interfaces/API Reference | ![]() ![]() |
Get the name of the specified mxArray
Fortran Syntax
character*32 function mxGetName(pm) integer*4 pm
Arguments
pm
Pointer to an mxArray
.
Returns
A pointer to the start of the name field. If the mxArray
has no name, mxGetName
returns 0.
Description
Use mxGetName
to determine the name of the mxArray
that pm
points to. The returned mxArray
name is a character
array with maximum length 31.
See Also
![]() | mxGetN | mxGetNzmax | ![]() |