sccn / BCILAB

MATLAB Toolbox for Brain-Computer Interface Research
Other
195 stars 120 forks source link

Issue with BCI annotate #52

Open j3010 opened 5 years ago

j3010 commented 5 years ago

Hello! I'm attempting to use bci_annotate(Model,Data) on the BCILAB development branch with MATLAB R2017b on Ubuntu 18.04 and revive the following errors:

io_loadset(): loading /usr/local/MATLAB/R2017b/toolbox/BCILAB-devel-temp/flushedsets/1989740531.sto... Using deprecated argument "icachansind/ComponentChannelIndices" in function @(f,a,framef2)feval(f,a{:}) (help: Secondary location for component channel subset. Usage not recommended.). Using deprecated argument "plotrad/PlottingRadius" in function @(f,a,framef2)feval(f,a{:}) (help: Preferred plotting radius for topoplot()). Using deprecated argument "shrink/ShrinkFactor" in function @(f,a,framef2)feval(f,a{:}) (help: Preferred shrink factor for topoplot()). Using deprecated argument "nodatchans/NoDataChans" in function @(f,a,framef2)feval(f,a{:}) (help: Legacy option for EEGLAB). Warning: The event structure has changed across successive chunks passed to set_makepos; discarding buffered events. Subscripted assignment dimension mismatch.

Error in bci_annotate (line 172) data.streams{1}.data(C+(1:NC),:) = tmp.data;

Error in basic_script (line 40) bci_annotate('Model',lastmodel, 'Data',traindata)

I'm not sure where to go with this one. Any help would be greatly appreciated.