External Interfaces/API Reference    
mexGetGlobal

Get a pointer to an mxArray from MATLAB's global workspace

Fortran Syntax

Arguments
name
   Name of mxArray to get from workspace.

Returns

Pointer to global mxArray if successful, or 0 if it doesn't exist.

Description

mexGetGlobal gets an mxArray from MATLAB's global workspace instead of from the caller's workspace.

See Also

mxGetName, mxGetPr, mxGetPi


 mexGetFull mexGetInf