Tagged: rmpath

rmpath

rmpath Remove directory from search path. rmpath DIRNAME removes the specified directory from the current matlabpath. rmpath DIR1 DIR2 DIR3 removes all the specified directories from the path. Use the functional form of RMPATH,...

Path

path Get/set search path. PATH, by itself, prettyprints MATLAB’s current search path. The initial search path list is set by PATHDEF, and is perhaps individualized by STARTUP. P = path returns a string containing...

Desktop Tools

This section provides an introduction to MATLAB’s desktop tools. You can also use MATLAB functions to perform most of the features found in the desktop tools. The tools are: “Command Window” “Command History” “Launch...

addpath

addpath Add directory to search path. addpath DIRNAME prepends the specified directory to the current matlabpath. Surround the DIRNAME in quotes if the name contains a space. addpath DIR1 DIR2 DIR3 … prepends all...