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

replot_topo error on matlab 2015a #79

Closed mmagnuski closed 9 years ago

mmagnuski commented 9 years ago

Error when using replot_topo on Matlab 2015a (it used to work well on 2014b as far as I remember), 'ContourMatrix' is read only:

Error using contour (line 55)
You cannot set the read-only property 'ContourMatrix' of Contour.

Error in replot_topo (line 81)
        [~, hnd(nump)] = eval([topo{nump, 1}, '(', addcom,...

Error in pop_prop2 (line 112)
replot_topo(topocache, real_comp, h.topo);

Error in linkfun_comp_prop (line 36)
h = pop_prop2(EEG, [eegcmp, cmp], hfig);

Error in selcomps_update>@(src,ev)linkfun_comp_prop(h.fig,src,cmp) (line 205)
        set(h.button(stp), 'callback', @(src, ev) linkfun_comp_prop(h.fig, src, cmp));

Error using waitfor
Error while evaluating UIControl Callback
mmagnuski commented 9 years ago

@EdSkamor - zobacz czy teraz Ci działa compsgui

mmagnuski commented 9 years ago

tested it and it works now