forked from carlosdelfino/Wavelab850
-
Notifications
You must be signed in to change notification settings - Fork 0
/
startup.m
43 lines (41 loc) · 1.11 KB
/
startup.m
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
% You should install in your path the following directories:
%
% WaveLab
% WaveLab/Browsers/One-D
% WaveLab/Datasets
% WaveLab/DeNoising
% WaveLab/FastAlgorithms
% WaveLab/Interpolating
% WaveLab/Orthogonal
% WaveLab/Packets
% WaveLab/Packets2
% WaveLab/Papers
% WaveLab/Papers/Adapt
% WaveLab/Papers/Blocky
% WaveLab/Papers/Ideal
% WaveLab/Papers/ShortCourse
% WaveLab/Papers/Tour
% WaveLab/Papers/VillardDeLans
% WaveLab/Pursuit
% WaveLab/Stationary
% WaveLab/Symmetric
% WaveLab/Utilities
% WaveLab/Workouts
% WaveLab/Workouts/BestOrthoBasis
% WaveLab/Workouts/MatchingPursuit
% WaveLab/Workouts/Toons
%
% The file 'WavePath.m' in the current directory, accomplishes this,
% once you have edited it to reflect the correct pathname for WaveLab.
% [See INSTALLATION]. So edit WavePath.m and then invoke it at startup time.
WavePath
%
% WavePath also defines several global variables
%
InstallMEX
%
% Part of Wavelab Version 850
% Built Tue Jan 3 13:20:38 EST 2006
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail wavelab@stat.stanford.edu