Mercurial > hg > smallbox
comparison SMALLboxSetup.m @ 80:16df822019f1
Setup script removed Sparco's RWT from the path
author | Ivan <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 28 Mar 2011 12:07:07 +0100 |
parents | f69ae88b8be5 |
children | dab78a3598b6 |
comparison
equal
deleted
inserted
replaced
79:ee2a4d0f0c4c | 80:16df822019f1 |
---|---|
103 'will not work.\n\n']); | 103 'will not work.\n\n']); |
104 end | 104 end |
105 | 105 |
106 | 106 |
107 cd(SMALL_path); | 107 cd(SMALL_path); |
108 | |
108 fprintf('SPARCO Installation Successful!\n'); | 109 fprintf('SPARCO Installation Successful!\n'); |
109 else | 110 else |
110 fprintf('\n ******************************************************************'); | 111 fprintf('\n ******************************************************************'); |
111 fprintf('\n\n SPARCO and Rice Wavelet Toolbox are already installed'); | 112 fprintf('\n\n SPARCO and Rice Wavelet Toolbox are already installed'); |
112 end | 113 end |
113 %% | 114 %% |
114 | 115 %removing Rice Wavelet tollbox provided with SPARCO from the path, so |
116 %the newer version provided with SMALLbox is used | |
117 | |
118 rmpath([SMALL_path,FS,'toolboxes',FS,'SPARCO',FS,'sparco-1.2',FS,'tools',FS,'rwt']); | |
115 | 119 |
116 if ~exist('spgsetup.m','file') | 120 if ~exist('spgsetup.m','file') |
117 fprintf('\n ******************************************************************'); | 121 fprintf('\n ******************************************************************'); |
118 fprintf('\n\n Initialising SPGL1 Setup'); | 122 fprintf('\n\n Initialising SPGL1 Setup'); |
119 | 123 |