请教论坛的各位:在用DPARSF处理功能磁共振时到了去线性漂移步骤时提示存在以下错误,请各位帮忙提示一下哪出问题了,谢谢。
Warning: Escape sequence 'F' is not valid. See 'help sprintf' for valid escape sequences.
> In rest_detrend at 24
In DPARSF_run at 992
In DPARSF>pushbuttonRun_Callback at 976
In gui_mainfcn at 96
In DPARSF at 43
doctor+M 2:43:01
Removing the linear trend: F: nalysis
Read 3D EPI functional images: "F:\analysis\FunImgNormalizedSmoothed\sub_001"...............................................
Error using '
Out of memory. Type HELP MEMORY for your options.
Error in rest_detrend (line 40)
AllVolume=reshape(AllVolume,[],nDimTimePoint)';
Error in DPARSF_run (line 992)
rest_detrend([AutoDataProcessParameter.DataProcessDir,filesep,FunImgDir,filesep,AutoDataProcessParameter.SubjectID{i}],
'_detrend');
Error in DPARSF>pushbuttonRun_Callback (line 976)
[Error]=DPARSF_run(handles.Cfg);
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in DPARSF (line 43)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating uicontrol Callback
Forums
Re
谢谢严老师,问题解决了