External Interfaces Reference Previous page   Next Page
mxSetName (Obsolete)

V5 Compatible

This API function is obsolete and is not supported in MATLAB 6.5 or later. This function may not be available in a future version of MATLAB. If you need to use this function in existing code, use the -V5 option of the mex script.

Replacing mxSetName when used with mexPutArray

To copy an mxArray to a workspace, use

instead of

Replacing mxSetName when used with matPutArray

To write an mxArray to a MAT-file, use

instead of

Replacing mxSetName when used with engPutArray

To copy an mxArray into the workspace of a MATLAB engine, use

instead of


Previous page  mxSetN mxSetNzmax Next page

© 1994-2005 The MathWorks, Inc.