| MATLAB Function Reference | Search  Help Desk |
| munlock | See Also |
Syntax
munlock
munlock(fun)
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