External Interfaces/API Reference    
mxIsFromGlobalWS

True if the mxArray originated from the MATLAB global workspace

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

1 if the array originated from the global workspace, and 0 otherwise.

Description

Use mxIsFromGlobalWS with stand-alone MAT programs to determine if an array was a global variable when it was saved.

See Also

mexIsGlobal


  mxIsFinite mxIsFull (Obsolete)