snd297 / braintrust

Automatically exported from code.google.com/p/braintrust
0 stars 0 forks source link

error adding annotation to one channel datasets via matlab #506

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add annotations to via matlab to dataset with one channel

What is the expected output? What do you see instead?
Lines 125 and 130 of IEEGAnnotationlayer.m need to be changed to any(strcmp)... 
instead of ismember. If only one channel exists it returns a vector of logicals 
bc it compares each char in revid vs entire cells.

Original issue reported on code.google.com by nem...@gmail.com on 30 Jun 2015 at 5:11

GoogleCodeExporter commented 8 years ago

Original comment by JBWagenaar on 9 Jul 2015 at 7:38