mmagnuski / eegDb

eegDb is an egglab plugin that eases up managing preprocessing routines. It allows to create project databases for reproducible eeg preprocessing with eeglab.
MIT License
3 stars 3 forks source link

Apply rejections does not work with multiselect #56

Closed mmagnuski closed 9 years ago

mmagnuski commented 9 years ago

The error is:

Error using vertcat
Dimensions of matrices being concatenated are not consistent.

Error in winreject>applyrej_Callback (line 604)
    seltypes = [seltypes; 'clear rejections'];

Error in gui_mainfcn (line 96)
        feval(varargin{:});

Error in winreject (line 55)
    gui_mainfcn(gui_State, varargin{:});

Error in
@(hObject,eventdata)winreject('applyrej_Callback',hObject,eventdata,guidata(hObject))

Error using waitfor
Error while evaluating uicontrol Callback