External Interfaces/API Reference    
mexIsGlobal

True if mxArray has global scope

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

1 if the mxArray has global scope, and 0 otherwise.

Description

Use mexIsGlobal to determine if the specified mxArray has global scope.

See Also

mexGetVariable, mexGetVariablePtr, mexPutVariable, global


  mexIsFinite (Obsolete) mexIsInf (Obsolete)