MATLAB Function Reference |
Remove directories from MATLAB search path
Graphical Interface
As an alternative to the rmpath
function, use the Set Path dialog box. To open it, select Set Path from the File menu in the MATLAB desktop.
Syntax
Description
removes the specified directory from the current MATLAB search path. Use the full pathname for rmpath('directory')
directory
.
rmpath directory
is the unquoted form of the syntax.
Examples
Remove /usr/local/matlab/mytools
from the search path.
See Also
addpath
, cd
, dir
, genpath
, matlabroot
, partialpath
, path
, pathdef
, pathsep
, pathtool
, rehash
, restoredefaultpath
, savepath
, what
Search Path in the MATLAB Desktop Tools and Development Environment documentation
rmfield | rmpref |
© 1994-2005 The MathWorks, Inc.