External Interfaces Reference Previous page   Next Page
mexIsGlobal

Determine if mxArray has global scope

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

Logical 1 (true) if the mxArray has global scope, and logical 0 (false) otherwise.

Description

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

See Also

mexGetVariable, mexGetVariablePtr, mexPutVariable, global


Previous page  mexIsFinite (Obsolete) mexIsInf (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.