rmpath

August 12th, 2009 Posted in Functions

Remove directory from search path.
rmpath DIRNAME removes the specified directory from the
current .

rmpath 1 2 3 removes all the specified directories
from the path.

Use the functional form of RMPATH, such as rmpath(‘dir1′,’dir2′,…),
when the directory specification is stored in a string.

Examples

1
2
        rmpath c:\matlab\work
        rmpath /home/user/matlab

See also , path,

Leave a Reply

You must be logged in to post a comment.