sccn / BCILAB

MATLAB Toolbox for Brain-Computer Interface Research
Other
202 stars 120 forks source link

Supergui Error in BCILAB #28

Open robertoguarnieri opened 7 years ago

robertoguarnieri commented 7 years ago

Hello,

I'm getting the following error when trying to use a few different functions in BCILAB.

Error using supergui (line 140) supergui error: argument 'fig' must be numeric

Error in inputgui (line 169) [tmp tmp2 allobj] = supergui( 'fig', fig, 'minwidth', 200, 'geomhoriz', g.geometry, 'uilist', g.uilist, 'geomvert', [g.geomvert(:)' 1] );

Error in arg_guidialog (line 194) [outs,dummy,okpressed] = inputgui('geometry',geometry, 'uilist',uilist,'helpcom',['env_doc ' helptopic], 'title',dialogtitle,'geomvert',geomvert); %#ok

Error while evaluating Menu Callback

In particular, this occurs when I select: Online Analysis > Read Input From > Lab Streaming Layer
How can I solve it?

Thanks

cboulay commented 7 years ago

See #19