Closed IrinaNicolae closed 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
Ups, you are right. Thanks for checking. I hope it's in order, now. Best, Irina
Looks very good! Thank you and sorry for the delay.
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