MATLAB Application Program Interface Reference | Help Desk |
mexGetGlobal
Get a pointer to anmxArray
from MATLAB's global workspace
integer*4 function mexGetGlobal(name) character*(*) namename
Name of mxArray
to get from workspace.
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