External Interfaces Reference |
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
mexIsFinite (Obsolete) | mexIsInf (Obsolete) |
© 1994-2005 The MathWorks, Inc.