| MATLAB Function Reference | Search  Help Desk |
| rmpath | Examples See Also |
Remove directories from MATLAB's search path
Syntax
rmpath directory
Description
rmpath directory
removes the specified directory from MATLAB's current search path.
The function syntax form is also acceptable
rmpath('directory')
Examples
rmpath /usr/local/matlab/mytools
See Also
addpath, path