External Interfaces Reference Previous page   Next Page
mexIsLocked

Determine if MEX-file is locked

Fortran Syntax

Arguments

none
  

Returns

Logical 1 (true) if the MEX-file is locked; logical 0 (false) if the file is unlocked.

Description

Call mexIsLocked to determine if the MEX-file is locked. By default, MEX-files are unlocked, meaning that users can clear the MEX-file at any time.

To unlock a MEX-file, call mexUnlock.

See Also

mexLock, mexUnlock, mexMakeArrayPersistent, mexMakeMemoryPersistent


Previous page  mexIsInf (Obsolete) mexIsNaN (Obsolete) Next page

© 1994-2005 The MathWorks, Inc.