alphasim校正p=0.05出错

Submitted by Freshman2013 on

在使用dpabi对VBM two sample T test 后结果进行alphasim校正,设置的voxel p value=0.05时,在运算中会出错,出错提示如下:

Attempted to access foneimt11(13144); index out of bounds because numel(foneimt11)=10000.
 
Error in y_AlphaSim (line 152)
        foneimt11(ind)=foneimt11(ind)+1;
 
Error in w_AlphaSimCorrection>ComputeButton_Callback (line 279)
y_AlphaSim(MaskFile, Path, File, VoxelP, Iter,'fwhm',FWHM);
 
Error in gui_mainfcn (line 96)
        feval(varargin{:});
 
Error in w_AlphaSimCorrection (line 42)
    gui_mainfcn(gui_State, varargin{:});
 
Error in
@(hObject,eventdata)w_AlphaSimCorrection('ComputeButton_Callback',hObject,eventdata,guidata(hObject))
 
 
Error while evaluating uicontrol Callback
 
==================
期待您的回复