Page 1 of 1

some problems with eeglab

Posted: 28 Feb 2011, 07:38
by jane1985
dear all,

I download BCI2000 from the "http://bci2000.org/BCI2000/Download.html" and installed it, but I don't know its version.

when I want to use Matlab MEX Files, follow"The BCI2000 binary distribution comes with pre-compiled MEX files for 32-bit Microsoft Windows platforms. Add BCI2000/tools/mex to your Matlab path to use these files"
Then my question is what's the binary version of BCI2000? My installed version is binary version of BCI2000?

when I Installing EEGLabImport, I can't find the load_bcidat.mexw32 in BCI2000/tools/mex/ folder, how to solve the problem? thanks!

Re: some problems with eeglab

Posted: 28 Feb 2011, 08:53
by mellinger
Hi,

the BCI2000 binary distribution is what you have downloaded. The binary distribution contains the executable programs that BCI2000 comprises, but not their source code.

In the current binary distribution, load_bcidat.mexw32 is present in the BCI2000/tools/mex folder. You need to add the BCI2000/tools/mex folder to the Matlab path, so Matlab can find the load_bcidat.mexw32 mex file. If you need help on how to change the Matlab search path, type "help pathtool" from the Matlab command line.

Regards,
Juergen