Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using supergui (line 122) #48

Open
Janinajj opened this issue Apr 3, 2018 · 8 comments
Open

Error using supergui (line 122) #48

Janinajj opened this issue Apr 3, 2018 · 8 comments

Comments

@Janinajj
Copy link

Janinajj commented Apr 3, 2018

Hi,

I am using MATLAB R2017a and BCILAB version 1.1-beta (the only version I found) and when following the tutorial https://www.youtube.com/watch?v=Sup2SaJyFQE I get stuck when choosing the BCILAB paradigm.
The following error appears:

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

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

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

Error in gui_configapproach (line 38)
result = arg_guidialog(calibrate_func,'params',approach.parameters,'title','BCILAB: Configure approach','Invoke',false);

Error in gui_newapproach>gui_newapproach_OutputFcn (line 65)
[varargout{1:2}] = gui_configapproach(varargout{1},true);

Error in gui_mainfcn (line 264)
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);

Error in gui_newapproach (line 28)
gui_mainfcn(gui_State, varargin{:});

Error while evaluating Menu Callback.

Any idea how to solve this issue?
Thanks

@dmedine
Copy link

dmedine commented Apr 3, 2018 via email

@dmedine
Copy link

dmedine commented Apr 3, 2018 via email

@Janinajj
Copy link
Author

Janinajj commented Apr 4, 2018

Awesome!!! That seems to work much better, thank you!

@Janinajj
Copy link
Author

Janinajj commented Apr 5, 2018

Still experiencing more issues though:
It can't find the target markers...

WARNING: the data set did not contain matching target markers.
WARNING: set_gettarget did not find any target information in this data set. See help of set_gettarget and set_targetmarkers for how data sets can be annotated with target information.

Computation failed; error trace:
Some windows are entirely outside the data dimensions (0): [40 45;45 50]

Do you have any solutions to that?

@dmedine
Copy link

dmedine commented Apr 5, 2018 via email

@Janinajj
Copy link
Author

Janinajj commented Apr 5, 2018

Yes, he does, but it won't work.. have read about others having the same issue.
Or does it work for you? Also saw the suggestion to download an older version of MATLAB.

@dmedine
Copy link

dmedine commented Apr 5, 2018 via email

@roohiverma
Copy link

Hi,

I am new to MATLAB, BCILAB.

I am on LUbuntu and using version R2018b version.

while running "env_compile_bcilab", I am getting following error:

Creating dependency list /usr/local/MATLAB/R2018b/bin/BCILAB-1.1/build/dependency_list.m
Error during creation of the dependency list.
Error setting permissions for the dependency list.
Encountered a problem trying to copy the build/build-.reference file to the build.prj file.
Reason: Invalid file identifier. Use fopen to generate a valid file identifier.
Compiling BCILAB...
'deploytool' requires one of the following:
MATLAB Compiler
MATLAB Compiler SDK

Error in env_compile_bcilab (line 163)
deploytool('-build',env_translatepath('bcilab:/build.prj'));

If anyone knows, how to resolve, or any help would be really appreciated.

Thanks in advance !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants