Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2009-10-19 09:59:17
Size: 628
Comment:
Revision 4 as of 2009-12-08 11:38:52
Size: 558
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 6: Line 5:
{{{#!bash
Line 8: Line 8:
svn checkout --username UserName
https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci ida/public/bbci
svn checkout --username UserName
https://ml01.zrz.tu-berlin.de/svn/ida/public/ml ida/public/ml
svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci ida/public/bbci
Line 14: Line 10:
}}}
Line 16: Line 13:
{{{#!matlab
Line 18: Line 16:
}}}

Howto get started with our toolbox

To checkout the BBCI SVN please do the following:

mkdir ~/svn
cd ~/svn
svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci ida/public/bbci
svn checkout --username UserName https://ml01.zrz.tu-berlin.de/svn/ida/public/bbci_tex bbci_tex

To load the new version of the toolbox in Matlab do:

cd('~/svn/ida/public/bbci/toolbox/startup');
startup_bbci;

You should include those lines in your local startup.m and replace the old startup_bci.

IDA Wiki: IDA/BerlinBCI/ToolBox (last edited 2011-12-13 13:42:17 by MatthiasTreder)