bbci / bbci_public

MATLAB toolbox for Brain-Computer Interfacing (BCI)
MIT License
148 stars 104 forks source link

bug fix regarding channelwise computation #204

Closed stephaniebrandl closed 7 years ago

stephaniebrandl commented 7 years ago

to determine the number of channels size(dat,3) was used where it should probably be size(dat.x,3)

svendaehne commented 7 years ago

Thanks!