But as I would like to make a BCI with this module, something of a classifier would be in order. I've had some experience with MARIO (as documented on the Wiki), so I would like to use this if possible (however my mind is not quite made up, alternatives are welcome).
I've started with MARIO (In Matlab:
Code: Select all
>> mario p300Could somebody help me out with this or give me a pointer to the right webpage where I can read it myself?
Code: Select all
??? Reference to non-existent field 'Flashing'.
Error in ==> bci_p300 at 3
VectorStateLength = length (States.Flashing);
Error in ==> bci_protocol at 10
Protocol.States = bci_p300(States,TypeOfDesign,0);
Error in ==> bci_main_p300>EditMontage_pushbut_Callback at 262
BCI2k.Protocol = bci_protocol(BCI2k.Files.States, 'P300',0);
Error in ==> bci_main_p300>LoadDatFiles_Callback at 170
EditMontage_pushbut_Callback(hObject, eventdata, handles);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> bci_main_p300 at 42
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback
