Toolbox Path Caching in the MATLAB Program

April 12th, 2010 No Comments   Posted in Documents

About Toolbox Path Caching in the MATLAB Program

For performance reasons, the MATLAB program caches toolbox folder information across sessions. The caching features are mostly transparent to you. However, if MATLAB does not see the latest versions of your M-files or if you receive warnings about the toolbox path cache, you might need to update the cache. Read More

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

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