Error while evaluating UIControl Callback.

6 views (last 30 days)
I am trying to create a Model Estimation using SPM, but I get this:
SPM12: spm_results_ui (v7388) 18:22:42 - 23/04/2021
========================================================================
Saving SPM.mat : ...SPM.mat saved
contrast image 1 : ...written con_0001.nii
spm{T} image 1 : ...written spmT_0001.nii
Saving SPM.mat : ...SPM.mat saved
SPM computation : ...height thresholdUnrecognized function or variable 'spm_uc_Bonf'.
Error in spm_uc (line 36)
u = min(u, spm_uc_Bonf(a,df,STAT,S,n));
Error in spm_getSPM (line 790)
uu = spm_uc(0.05,df,STAT,R,n,S);
Error in spm_results_ui (line 261)
[SPM,xSPM] = spm_getSPM;
Error while evaluating UIControl Callback.
>>
  3 Comments
Walter Roberson
Walter Roberson on 25 Apr 2021
https://github.com/neurodebian/spm12/blob/master/spm_uc_Bonf.m

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!