comparison SMALLboxSetup.m @ 23:636a2a3d7302

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:32:46 +0000
parents a0571bf2ff54
children f6b49c9d728c
comparison
equal deleted inserted replaced
22:524cc3fff5ac 23:636a2a3d7302
1 function SMALLboxSetup(varargin) 1 function SMALLboxSetup(varargin)
2 %%% SMALLboxSetup
3 %
4 % Centre for Digital Music, Queen Mary, University of London.
5 % This file copyright 2009 Ivan Damnjanovic, Matthew Davies.
6 %
7 % This program is free software; you can redistribute it and/or
8 % modify it under the terms of the GNU General Public License as
9 % published by the Free Software Foundation; either version 2 of the
10 % License, or (at your option) any later version. See the file
11 % COPYING included with this distribution for more information.
12 %
2 % 13 %
3 % SMALLboxSetup 14 % Will automatically download and install existing toolboxes
15 % on sparse representations and dictionary learning
4 % 16 %
5 % Will automatically download and install existing toolboxes 17 % For this function an internet connection is required.
6 % on sparse representations and dictionary learning
7 %
8 % For this function an internet connection is required.
9 % 18 %
10 % SMALLbox initialisation 19 % SMALLbox initialisation
11 % Ivan Damnjanovic, Matthew Davies 2009
12
13
14 %% 20 %%
15 clc; 21 clc;
16 22
17 FS=filesep; 23 FS=filesep;
18 24