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

Allow M-file clearing

Syntax

Description

munlock unlocks the currently running M-file so that subsequent clear commands can remove it.

munlock(fun) unlocks the M-file named fun from memory. By default, M-files are unlocked so that changes to the M-file are picked up. Calls to munlock are needed only to unlock M-files that have been locked with mlock.

See Also

mlock



[ Previous | Help Desk | Next ]