External Interfaces/API Reference    
mxGetName

Get the name of the specified mxArray

Fortran Syntax

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

mxSetName


 mxGetN mxGetNzmax