External Interfaces Reference Previous page   Next Page
mxIsFromGlobalWS

Determine if mxArray originated from MATLAB global workspace

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

Logical 1 (true) if the array originated from the global workspace, and logical 0 (false) 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


Previous page  mxIsFinite mxIsFull (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.