MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxIsFromGlobalWS    Examples   See Also

True if the mxArray was copied from MATLAB's global workspace

C Syntax

Arguments

array_ptr
  Pointer to an mxArray.

Returns

true if the array was copied out of the global workspace; otherwise, returns false.

Description

mxIsFromGlobalWS is useful for stand-alone mat and engine programs. mexIsGlobal tells you if the pointer you pass actually points into the global workspace.

Example

See Also

mexIsGlobal



[ Previous | Help Desk | Next ]