MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexGetGlobal    See Also

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



[ Previous | Help Desk | Next ]