-
Notifications
You must be signed in to change notification settings - Fork 19
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
Request for help in running REST code #9
Comments
There seems to be an issue with your attachment. |
I may be misreading what you did, but you want |
Thanks for your reply Shawn. This is what I did:
%% Test REST (go to 'REST' folder) %% refresh workspace %% define opts structure % % % Emotiv - setting % % Quick 20 - setting % (optional) define config file name % point to headModel % (optional) path to calibration data and select time window % % % Quick 30 - setting % % Smarting - setting % (optional) define config file name % (optional) path to calibration data and select time window % (optional) load eyeCatch library % (optional) load IC_MARC model % use playback data %% start REST
Error in hgload (line 49) Error in matlab.hg.internal.openfigLegacy (line 57) Error in gui_mainfcn>local_openfig (line 286) Error in gui_mainfcn (line 158) Error in REST (line 71) Error in test_script (line 100) |
You have both the Quick20 and Smarting settings active. Try commenting out the Smarting settings if you're trying to run Quick20. |
Ok, I tried the following but got the same error message. %% Test REST (go to 'REST' folder) %% refresh workspace %% define opts structure % % % Emotiv - setting % % % Quick 20 - setting % (optional) define config file name % point to headModel % (optional) path to calibration data and select time window % % % Quick 30 - setting % % Smarting - setting % use playback data %% start REST ERROR: Error in hgload (line 49) Error in matlab.hg.internal.openfigLegacy (line 57) Error in gui_mainfcn>local_openfig (line 286) Error in gui_mainfcn (line 158) Error in REST (line 71) Error in test_script (line 100) Can you please let me know if you could update test_script.m which worked for you or share it with me on [email protected]? |
I'm sorry to say that the code you shared works for me. Perhaps it has something to do with the newer versions of matlab. I'm testing on 2019a (the only version I have available) while you're on 2021a. I'm not sure what else to do. |
Hi, Error in env_translatepath (line 80) Error in REST>REST_OpeningFcn (line 115) Error in gui_mainfcn (line 220) Error in REST (line 71) Error in test_script (line 97) When I checked online, I found once this suggested solution. Any suggestions on rectification of this error? Also, can you please let me know if the datasets used in your REST paper are publically available? Thanks and Regards |
Dear Authors,
Hope you are doing well.
I am a Postdoc at DTU, Demark. I am trying to use your REST code (https://github.com/goodshawn12/REST) for my work. When I ran the test_script.m it worked fine. But, I wanted to see the REST tool. So I uncommented Quick20 settings and REST(Opts). It gave the error shown in the file attached. I also tried using other settings and emotiv. Also, set opts. playback = 0; but it gave the same error.
Can you please help me in running your code?
<img width="1680" alt="Screen Shot 2021-05-10 at 13 37 54"
The text was updated successfully, but these errors were encountered: