MATLAB Function Reference
  Go to function:
    Search    Help Desk 
rmpath    Examples   See Also

Remove directories from MATLAB's search path

Syntax

Description

rmpath directory removes the specified directory from MATLAB's current search path.

The function syntax form is also acceptable

Examples

rmpath /usr/local/matlab/mytools

See Also

addpath, path



[ Previous | Help Desk | Next ]