MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxGetName    See Also

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 32.

See Also

mxSetName



[ Previous | Help Desk | Next ]