To make DP-Toolbox accessible from any path, you have to modify a special startup file, depending upon your DP-Toolbox installation. If you have made a system-wide installation (DP resides in e.g. /usr/local/matlab/toolbox/dp) then you have to edit the file $MATLABROOT/toolbox/local/pathdef.m by adding the following entry to the array p:
matlabroot,'/toolbox/dp:',...If you have installed DP-Toolbox in your home directory, add the following line to your $HOME/matlab/startup.m file:
addpath /home/username/matlab/dp;Of course, you can insert any other path depending upon where your DP package resides. For more detailed information about MATLAB path settings, refer to the page ``Using the Path in Future Sessions'' at the MATLAB help pages.
For more information about installing DP-Toolbox, look at the README file contained by the package.