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 when loading data into swa_Explorer() #60

Open
SvennoNito opened this issue Dec 17, 2018 · 0 comments
Open

Error when loading data into swa_Explorer() #60

SvennoNito opened this issue Dec 17, 2018 · 0 comments

Comments

@SvennoNito
Copy link

SvennoNito commented Dec 17, 2018

Hey there!
First of all thanks for creating such a wonderful toolbox. I'm just getting started detecting slow waves with your toolbox and I encountered a problem when trying to visualize the results.

So I perform all 4 detection steps as suggested in swa_SW_template.m and then I save the results like this

swa_saveOutput(Data, Info, SW, [], 1, 0)

When I then run swa_Explorer() and open the created results file, it throws this error


Error using memmapfile/subsref (line 764)
A subscripting operation on the Data field attempted to create a comma-separated list. The memmapfile class does not support the
use of comma-separated lists when subscripting.

Error in swa_Explorer>menu_LoadData (line 434)
        loaded_file.Data.Raw = temp_data.Data.eegData;
 
Error while evaluating Menu Callback.

Edit:
When I change the saveOutput command to

swa_saveOutput(Data, Info, SW, [], 0, 0)

it works. Is that intended?

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

1 participant