필터 지우기
필터 지우기

Why do I keep getting an error when I try to install eeglab on matlab?

조회 수: 19 (최근 30일)
Ciara
Ciara 2014년 10월 17일
댓글: Geoff Hayes 2017년 11월 8일
Hi All,
I have the latest version of matlab and I am trying to install the toolbox eeglab which hopefully some of you might know of.
I have tried installing newer and older versions of the eeglab but I keep getting the following errors. Does anyone know why this might be happening? Other people I know do not have any difficulties installing eeglab.
Error using supergui (line 140) supergui error: argument 'fig' must be numeric
Error in eeglab>eeg_mainfig (line 1300) supergui(gcf, geometry, [], listui{:});
Error in eeglab (line 449) javaobj = eeg_mainfig(onearg);
  댓글 수: 3
Star Strider
Star Strider 2014년 10월 17일
If you’re using ‘the latest version of matlab’ ( R2014b ), the handle graphics calls are significantly different from prior versions. Notably, they no longer return numeric handles. You will likely have to contact the author of ‘eeglab’ to update the code.
It should still work without modification on R2014a and earlier releases.
Precious Dube
Precious Dube 2016년 6월 30일
using MATLA R2013b and ger MCR installer error

댓글을 달려면 로그인하십시오.

답변 (2개)

Muhammad Usman Saleem
Muhammad Usman Saleem 2016년 6월 30일
You can also send an email to support@mathworks.com but I really don't recommend it since that will be so very much slower than just calling them on the phone. Installation help is free for everyone including those with the Student Suite.

Qaiser Hussain
Qaiser Hussain 2017년 11월 7일
Hi all, I am also facing same error
I am using matlab version R2017a and following steps
MATLAB--> Home--> SetPaths
Browse eeglab (eeglab10_2_5_6a) and select
--> Add with subfolders, save and close when i write eeglab in command window I am facing error
eeglab: options file is C:\Users\qaiserh\eeg_options.m CANNOT START CHAT - CURRENTLY ONLY AVAILABLE AT THE UNIVERSITY OF CALIFORNIA SD Error using supergui (line 126) supergui error: argument 'fig' must be numeric
Error in eeglab>eeg_mainfig (line 1033) supergui(gcf, geometry, [], listui{:});
Error in eeglab (line 357) javaobj = eeg_mainfig(onearg);
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2017년 11월 8일
Qaiser - since your post is a question and not an answer, please delete it (here) and re-post as a new question or as a comment to this one.
You may want to contact the authors of the software to discuss your problem and confirm that it is compatible with R2017a.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by