MATLAB Application Program Interface | Search  Help Desk |
mexGetGlobal | See Also |
Get a pointer to an mxArray
from MATLAB's global workspace
integer*4 function mexGetGlobal(name) character*(*) namename
mxArray
to get from workspace.
Pointer to global mxArray
if successful, or 0 if it doesn't exist.
mexGetGlobal
gets an mxArray
from MATLAB's global workspace instead of from the caller's workspace.
mxGetName
, mxGetPr
, mxGetPi