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