Submitted by yubing on Thu, 04/14/2011 - 14:34
WIN XP; Matlab7.01; rest 1.4(20100426);
??? Error using ==> cd
Cannot CD to E:\pain\FunImgNormalizedDetrendedFilteredCovremoved (Name is nonexistent or not a directory).
Error in ==> DPARSF_run at 938
cd([AutoDataProcessParameter.DataProcessDir,filesep,FunImgDir]);
Error in ==> DPARSF>pushbuttonRun_Callback at 935
[Error]=DPARSF_run(handles.Cfg);
Error in ==> gui_mainfcn at 75
feval(varargin{:});
Error in ==> DPARSF at 39
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback.
Submitted by dongzy08 on Thu, 04/14/2011 - 22:27 Permalink
Re:
检查E:\pain\FunImgNormalizedDetrendedFilteredCovremoved这个文件是否存在,如果不存在,尝试直接从去除协变量这步开始跑,另外你Matlab的版本是7.1,DPARSF支持的版本最低是7.3,建议更新下。