MATLAB Function Reference
  Go to function:
    Search    Help Desk 
mislocked    See Also

True if M-file cannot be cleared

Syntax

Description

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.

See Also

mlock, munlock



[ Previous | Help Desk | Next ]