Menu

[09bd5b]: / matlab / pathdef.m  Maximize  Restore  History

Download this file

98 lines (91 with data), 4.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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];
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.