| External Interfaces/API Reference | ![]() |
Fortran Syntax
subroutine mxSetName(pm, name) integer*4 pm character*(32) name
Arguments
pm
Pointer to an mxArray.
name
mxArray. The specified name can be up to 31 characters. If you specify a name longer than 31 characters, mxSetName assigns only the first 31 characters to the name.
Description
Call mxSetName to establish a name for an mxArray or to change an existing name.
mxSetName assigns the characters in name to a fixed-width section of memory. Do not deallocate this memory.
See Also
| mxSetN | mxSetNzmax | ![]() |