rmpath

August 12th, 2009 No Comments   Posted in Functions

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

Path

August 12th, 2009 No Comments   Posted in Functions

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. Read More

Desktop Tools

March 12th, 2008 No Comments   Posted in Documents

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: Read More

addpath

March 6th, 2008 No Comments   Posted in Functions

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. Read More