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