External Interfaces/API Reference |
True if mxArray
has global scope
C Syntax
Arguments
array_ptr
Pointer to an mxArray
.
Returns
True
if the mxArray
has global scope, and 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
mexIsFinite (Obsolete) | mexIsInf (Obsolete) |