function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2007 The MathWorks, Inc.
% $Revision: 1.4.2.2 $ $Date: 2007/06/07 14:45:14 $
% DO NOT MODIFY THIS FILE. IT IS AN AUTOGENERATED FILE.
% EDITING MAY CAUSE THE FILE TO BECOME UNREADABLE TO
% THE PATHTOOL AND THE INSTALLER.
p = [...
%%% BEGIN ENTRIES %%%
'/home/ihrke/work/prog/libeegtools/matlab:', ...
'/home/ihrke/work/prog/libeegtools/matlab/CVS:', ...
'/home/ihrke/work/prog/libeegtools/matlab/mex:', ...
'/home/ihrke/work/prog/libeegtools/matlab/mex/CVS:', ...
'/home/ihrke/matlab/CRPtool:', ...
'/home/ihrke/matlab:', ...
matlabroot,'/toolbox/matlab/general:', ...
matlabroot,'/toolbox/matlab/ops:', ...
matlabroot,'/toolbox/matlab/lang:', ...
matlabroot,'/toolbox/matlab/elmat:', ...
matlabroot,'/toolbox/matlab/randfun:', ...
matlabroot,'/toolbox/matlab/elfun:', ...
matlabroot,'/toolbox/matlab/specfun:', ...
matlabroot,'/toolbox/matlab/matfun:', ...
matlabroot,'/toolbox/matlab/datafun:', ...
matlabroot,'/toolbox/matlab/polyfun:', ...
matlabroot,'/toolbox/matlab/funfun:', ...
matlabroot,'/toolbox/matlab/sparfun:', ...
matlabroot,'/toolbox/matlab/scribe:', ...
matlabroot,'/toolbox/matlab/graph2d:', ...
matlabroot,'/toolbox/matlab/graph3d:', ...
matlabroot,'/toolbox/matlab/specgraph:', ...
matlabroot,'/toolbox/matlab/graphics:', ...
matlabroot,'/toolbox/matlab/uitools:', ...
matlabroot,'/toolbox/matlab/strfun:', ...
matlabroot,'/toolbox/matlab/imagesci:', ...
matlabroot,'/toolbox/matlab/iofun:', ...
matlabroot,'/toolbox/matlab/audiovideo:', ...
matlabroot,'/toolbox/matlab/timefun:', ...
matlabroot,'/toolbox/matlab/datatypes:', ...
matlabroot,'/toolbox/matlab/verctrl:', ...
matlabroot,'/toolbox/matlab/codetools:', ...
matlabroot,'/toolbox/matlab/helptools:', ...
matlabroot,'/toolbox/matlab/demos:', ...
matlabroot,'/toolbox/matlab/timeseries:', ...
matlabroot,'/toolbox/matlab/hds:', ...
matlabroot,'/toolbox/matlab/guide:', ...
matlabroot,'/toolbox/matlab/plottools:', ...
matlabroot,'/toolbox/local:', ...
matlabroot,'/toolbox/shared/controllib:', ...
matlabroot,'/toolbox/shared/dastudio:', ...
matlabroot,'/toolbox/matlab/datamanager:', ...
matlabroot,'/toolbox/compiler:', ...
matlabroot,'/toolbox/distcomp:', ...
matlabroot,'/toolbox/distcomp/distcomp:', ...
matlabroot,'/toolbox/distcomp/user:', ...
matlabroot,'/toolbox/distcomp/mpi:', ...
matlabroot,'/toolbox/distcomp/pctdemos:', ...
matlabroot,'/toolbox/distcomp/parallel:', ...
matlabroot,'/toolbox/distcomp/parallel/lapack:', ...
matlabroot,'/toolbox/distcomp/parallel/util:', ...
matlabroot,'/toolbox/distcomp/lang:', ...
matlabroot,'/toolbox/images/colorspaces:', ...
matlabroot,'/toolbox/images/images:', ...
matlabroot,'/toolbox/images/imdemos:', ...
matlabroot,'/toolbox/images/imuitools:', ...
matlabroot,'/toolbox/images/iptformats:', ...
matlabroot,'/toolbox/images/iptutils:', ...
matlabroot,'/toolbox/shared/imageslib:', ...
matlabroot,'/toolbox/shared/spcuilib:', ...
matlabroot,'/toolbox/shared/siglib:', ...
matlabroot,'/toolbox/optim/optim:', ...
matlabroot,'/toolbox/optim/optimdemos:', ...
matlabroot,'/toolbox/shared/optimlib:', ...
matlabroot,'/toolbox/pde:', ...
matlabroot,'/toolbox/signal/signal:', ...
matlabroot,'/toolbox/signal/sigtools:', ...
matlabroot,'/toolbox/signal/sptoolgui:', ...
matlabroot,'/toolbox/signal/sigdemos:', ...
matlabroot,'/toolbox/shared/filterdesignlib:', ...
matlabroot,'/toolbox/stats:', ...
matlabroot,'/toolbox/shared/statslib:', ...
matlabroot,'/toolbox/wavelet/wavelet:', ...
matlabroot,'/toolbox/wavelet/wmultisig1d:', ...
matlabroot,'/toolbox/wavelet/wavedemo:', ...
matlabroot,'/toolbox/wavelet/compression:', ...
%%% END ENTRIES %%%
...
];
p = [userpath,p];