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

Allow M-file clearing

Syntax

Description

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

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

See Also

mlock



[ Previous | Help Desk | Next ]