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

Sliding Filter Analysis Cluster Searching in Real Data Error #16

Open
batiyilmaz opened this issue Oct 24, 2023 · 2 comments
Open

Sliding Filter Analysis Cluster Searching in Real Data Error #16

batiyilmaz opened this issue Oct 24, 2023 · 2 comments

Comments

@batiyilmaz
Copy link

Dear Dr. David López-García,

I've been encountering this error whilst attempting to perform the sliding filter analysis for 3 subjects for each condition. Can I kindly learn the reason behind it and potential ways to address it? Thank you.

Here's the full error message:
"
Searching clusters in real data:Arrays have incompatible sizes for this operation.

Error in mvpalab_computepermtest (line 268)
thresdata = mean(performance,3) > pctval;

Error in mvpalab_permtest (line 54)
stats = mvpalab_computepermtest(cfg,results,permuted_maps);

Error in mvpalab_permtest (line 43)
stats.(fname) = mvpalab_permtest(cfg,res,pmap,fname);

Error in mvpalab_sfilter (line 86)
stats = mvpalab_permtest(cfg,diffMap,perdiffMap);

Error in sfilterController (line 9)
[cfg,result,stats] = mvpalab_sfilter(cfg);

Error in run (line 91)
evalin('caller', strcat(script, ';'));

Error in studyView/startAnalysisPushed (line 1231)
evalin('base', 'run sfilterController');

Error in appdesigner.internal.service.AppManagementService/executeCallback (line 172)
callback(appOrUserComponent, event);

Error in matlab.apps.AppBase>@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 62)
newCallback = @(source, event)executeCallback(ams, ...

Related documentation

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback
Error while evaluating Button PrivateButtonPushedFcn.
"

@dlopezg
Copy link
Owner

dlopezg commented Oct 25, 2023 via email

@batiyilmaz
Copy link
Author

Dear David,

I'm looking forward to downloading the version with this fix very soon.

Thank you for your help.

Best,
Bati

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

2 participants