Error while evaluating UIControl Callback.

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

Did you write the spm_uc function?
Hi Rik,
No, how do I do that?
https://github.com/neurodebian/spm12/blob/master/spm_uc_Bonf.m

Sign in to comment.

Answers (0)

Tags

Asked:

on 23 Apr 2021

Commented:

on 25 Apr 2021

Community Treasure Hunt

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

Start Hunting!