严老师,
向您反映一个DPARSF滤波报错问题,就是如果同一台电脑开多个MATLAB同时用DPARSF跑数据时,在滤波这一步特别容易报错(报错内容如下),好像只能允许一个DPARSF跑滤波这一步。
Load mask "".
Build band pass filtered mask. Wait...
Band Pass Filter working. Wait...Error using load
Unable to read MAT-file
C:\Users\GPUS\AppData\Local\Temp\BandPass_4175_GPUS\dim1_00000001.mat
File may be corrupt.
Error in rest_bandpass>Load1stDimVolume (line 265)
Result =load(AFilename);
Error in rest_bandpass (line 136)
theDim1Volume4D =Load1stDimVolume(theFilename);
Error in DPARSF_run (line 1017)
rest_bandpass([AutoDataProcessParameter.DataProcessDir,filesep,FunImgDir,filesep,AutoDataProcessParameter.SubjectID{i}],
...
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
Re: DPARSF滤波报错
更新DPARSF与REST。