Determine if MEX file is locked
#include "mex.h" bool mexIsLocked(void);
#include "fintrf.h" integer*4 mexIsLocked()
Call mexIsLocked
to determine if the MEX file is locked. By default, MEX
files are unlocked, meaning you can clear the MEX file at any time.
To unlock a MEX file, call mexUnlock
.
clear
| mexLock
| mexMakeArrayPersistent
| mexMakeMemoryPersistent
| mexUnlock