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 in findobjuser while ' SIFT -> validate model ' #1

Open
vnsasson opened this issue Feb 9, 2021 · 7 comments
Open

error in findobjuser while ' SIFT -> validate model ' #1

vnsasson opened this issue Feb 9, 2021 · 7 comments

Comments

@vnsasson
Copy link

vnsasson commented Feb 9, 2021

When Im trying to valid my model Im getting the next error:


Unable to use a value of type cell as an index.

Error in findobjuser (line 45)
h = h(f);

Error in PropertyGrid/FindPropertyGrid (line 409)
h = findobjuser(@(userdata) userdata.(member) == obj, 'PropertyGrid');

Error in PropertyGrid.OnPropertyChange (line 428)
self = PropertyGrid.FindPropertyGrid(obj, 'Model');


also the: Ljung-Box, Box-Pierce and Li_McLeod shows 0 value for any subject Im trying

@arnodelorme
Copy link
Collaborator

Which version of Matlab are you using?

@vnsasson
Copy link
Author

2020a

@arnodelorme
Copy link
Collaborator

Which version of SIFT. Is it is the one available on EEGLAB or on GitHub? Tx

@vnsasson
Copy link
Author

vnsasson commented Feb 17, 2021 via email

@vnsasson
Copy link
Author

Is there a combination of matlab and SIFT versions that can solve me the problem?

@cuic0808
Copy link

I also had the same problem ,matlab2020b, eeglab2021. How can we solve this?

@cuic0808
Copy link

I tried in matlab2017b and eeglab14.1.2b, same error occured. Then I try to modify parameters. I found that in the SIFT_Practicum, in the Autoregressive Model Fitting function, the WindowSamplePercent is 100, and in the validate model, the WindowSamplePercent is changed to 70, I don't know why. But when I changed the windowsamplepercent to 70 in the AMVAR , the error disappeared.

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