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 am trying to use pTFCE in order to enhance the result of a 2-sample t-test analysis in SPM and I get this error: Image to be enhanced: spmT_0001.nii Index exceeds matrix dimensions.
Error in spm_write_vol (line 22) dt = V.dim(4); if dt>256, dt = dt/256; end;
Error in gui_pTFCE (line 200) spm_write_vol(V_ptfce,ptfce_p);
Error in spm (line 946) evalin('base',xTB(i).prog);
Error while evaluating UIControl Callback
I have also tried pTFCE with a 1-sample t-test analysis and it worked fine...
Any help would be very valuable!
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use pTFCE in order to enhance the result of a 2-sample t-test analysis in SPM and I get this error:
Image to be enhanced: spmT_0001.nii
Index exceeds matrix dimensions.
Error in spm_write_vol (line 22)
dt = V.dim(4); if dt>256, dt = dt/256; end;
Error in gui_pTFCE (line 200)
spm_write_vol(V_ptfce,ptfce_p);
Error in spm (line 946)
evalin('base',xTB(i).prog);
Error while evaluating UIControl Callback
I have also tried pTFCE with a 1-sample t-test analysis and it worked fine...
Any help would be very valuable!
Thank you!
The text was updated successfully, but these errors were encountered: