opt_eegStruct
Closed this issue · 1 comments
MinHoLee-ku commented
Block a variety of error messages by giving warning when:
- variable 'field' is empty.
- the variable 'field' has unacceptable value
example:
field=[] or
field={'x','t','fs','y_dec','y_logic','y_class','class', 'chan', 'aaa', 'aefaef'};
consider other type of errors
seonminkim-git commented
done, only for those 2 cases