External Interfaces Reference Previous page   Next Page
mexIsGlobal

Determine if mxArray has global scope

C Syntax

Arguments

array_ptr
   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.

Examples

See mxislogical.c in the mx subdirectory of the examples directory.

See Also

mexGetVariable, mexGetVariablePtr, mexPutVariable, global


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

© 1994-2005 The MathWorks, Inc.