PatternRecognition/OpenBMI

opt_eegStruct

Closed this issue · 1 comments

Block a variety of error messages by giving warning when:

  1. variable 'field' is empty.
  2. 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

done, only for those 2 cases