2010-03-11から1日間の記事一覧

How to compile EEGLabImport on 64-bit Linux

Edit the following lines in defines.h (src/shared/defines.h), #if( defined( __BORLANDC__ ) && ( __BORLANDC__ > 0x0560 ) ) // bcc32 > 5.5.1 typedef unsigned long long uint64; typedef signed long long sint64; #else // __BORLANDC__ typedef un…

BCI2000 OfflineAnalysis on Linux

Comment out the following lines in OfflineAnalysis.m, if ~strcmp(computer, 'PCWIN') || verNum error('BCI2000 Offline Analysis currently works only on windows-based systems with version 7.x or greater of MATLAB or the MATLAB Component Runti…