External Interfaces Reference |
Determine if MEX-file is locked
Fortran Syntax
Arguments
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
mexIsInf (Obsolete) | mexIsNaN (Obsolete) |
© 1994-2005 The MathWorks, Inc.