Mercurial > hg > smallbox
comparison SMALLboxSetup.m @ 71:165e3b249170
(none)
author | idamnjanovic |
---|---|
date | Wed, 16 Mar 2011 16:28:03 +0000 |
parents | f6b49c9d728c |
children | f69ae88b8be5 |
comparison
equal
deleted
inserted
replaced
70:c3eca463202d | 71:165e3b249170 |
---|---|
346 fprintf('\n matlab_midi (http://www.kenschutte.com/midi/) Installation Successful!\n'); | 346 fprintf('\n matlab_midi (http://www.kenschutte.com/midi/) Installation Successful!\n'); |
347 catch | 347 catch |
348 fprintf('\n matlab_midi (http://www.kenschutte.com/midi/) Installation Failed\n'); | 348 fprintf('\n matlab_midi (http://www.kenschutte.com/midi/) Installation Failed\n'); |
349 cd(SMALL_path); | 349 cd(SMALL_path); |
350 end | 350 end |
351 | |
351 else | 352 else |
352 fprintf('\n ******************************************************************'); | 353 fprintf('\n ******************************************************************'); |
353 fprintf('\n\n matlab_midi (http://www.kenschutte.com/midi/) is already installed'); | 354 fprintf('\n\n matlab_midi (http://www.kenschutte.com/midi/) is already installed'); |
354 end | 355 end |
356 | |
357 cd([pwd,FS,'util',FS,'ksvd utils']); | |
358 make | |
359 cd(SMALL_path); | |
355 %% | 360 %% |
356 | 361 |
357 | 362 |
358 fprintf('\n ******************************************************************'); | 363 fprintf('\n ******************************************************************'); |
359 fprintf('\n\n Initialising SMALLbox Examples Setup'); | 364 fprintf('\n\n Initialising SMALLbox Examples Setup'); |