comparison SMALLboxSetup.m @ 107:dab78a3598b6

changes to comments for couple of scripts
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 18 May 2011 11:50:12 +0100
parents 16df822019f1
children 850e90bbf4b0
comparison
equal deleted inserted replaced
85:fd1c32cda22c 107:dab78a3598b6
1 function SMALLboxSetup(varargin) 1 function SMALLboxSetup(varargin)
2 %%% SMALLboxSetup 2 %%% SMALLboxSetup
3 %
4 % Will automatically download and install existing toolboxes
5 % on sparse representations and dictionary learning
6 %
7 % For this function an internet connection is required.
8 %
9 % SMALLbox initialisation
10
3 % 11 %
4 % Centre for Digital Music, Queen Mary, University of London. 12 % Centre for Digital Music, Queen Mary, University of London.
5 % This file copyright 2009 Ivan Damnjanovic, Matthew Davies. 13 % This file copyright 2009 Ivan Damnjanovic, Matthew Davies.
6 % 14 %
7 % This program is free software; you can redistribute it and/or 15 % This program is free software; you can redistribute it and/or
8 % modify it under the terms of the GNU General Public License as 16 % modify it under the terms of the GNU General Public License as
9 % published by the Free Software Foundation; either version 2 of the 17 % published by the Free Software Foundation; either version 2 of the
10 % License, or (at your option) any later version. See the file 18 % License, or (at your option) any later version. See the file
11 % COPYING included with this distribution for more information. 19 % COPYING included with this distribution for more information.
12 % 20 %
13 %
14 % Will automatically download and install existing toolboxes
15 % on sparse representations and dictionary learning
16 %
17 % For this function an internet connection is required.
18 %
19 % SMALLbox initialisation
20 %% 21 %%
21 clc; 22 clc;
22 23
23 FS=filesep; 24 FS=filesep;
24 25