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

error while clicking right button to select the component #63

Closed akolodziej closed 9 years ago

akolodziej commented 9 years ago
Attempt to reference field of non-structure array.

Error in sync_compsel/set_sub_button (line 76)
            ifcmp = [obj.subh.cmp] == cmp;

Error in sync_compsel/chng_comp_status (line 57)
            set_sub_button(obj, cmp, newstat);

Error in compsel_rightclick_changestatus (line 22)
    snc.chng_comp_status(cmp);

Error in selcomps_update>@(src,ev)compsel_rightclick_changestatus(src,cmp,snc) (line 206)
        set(h.button(stp), 'ButtonDownFcn', @(src, ev) compsel_rightclick_changestatus(src, cmp, snc) );

Error using waitfor
Error while evaluating uicontrol ButtonDownFcn