bbci / bbci_public

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

Closes #149 #150

Closed IrinaNicolae closed 8 years ago

IrinaNicolae commented 8 years ago

If it's correct, I've modified proc_ssd to return updated clab structure as described in Issue #149 --> line 97: for k=1:size(dat.x,2) Closes #149

svendaehne commented 8 years ago

Hi Irina,

It looks good to me. Except for one thing: could it be that now dat.clab contains new labels (for k <= n_components) as well as old labels (for n_components < k <= n_channels)? I think it would make sense to newly initialize dat.clab before writing the new label names in it.

Cheers, Sven

IrinaNicolae commented 8 years ago

Ups, you are right. Thanks for checking. I hope it's in order, now. Best, Irina

svendaehne commented 8 years ago

Looks very good! Thank you and sorry for the delay.