You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"
The text was updated successfully, but these errors were encountered:
Dear Bati,
Thanks for reporting this error. Other users are getting the same error when the sliding filter is computed.
I am working on it and it will be solved soon in the next few days.
Best,
David
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.
"
The text was updated successfully, but these errors were encountered: