MATLAB Function Reference | Search  Help Desk |
mislocked | See Also |
True if M-file cannot be cleared
mislocked
mislocked(fun
)
mislocked
by itself is 1 if the currently running M-file is locked and 0 otherwise.
mislocked(
fun
)
is 1 if the function named fun
is locked in memory and 0 otherwise. Locked M-files cannot be removed with the clear
function.
mlock
, munlock