Hi,All.
DPARSF reported error when doing Functional Connectivity as followed,
==============================================================
??? Cell contents reference from a non-cell array object.
Error in ==> fc at 54
fprintf('\n\n\t ROI time courses retrieving through "%s".',
AROIDef{x});
Error in ==> DPARSF_run at 1047
fc(
[AutoDataProcessParameter.DataProcessDir,filesep,FunImgDir,filesep,AutoDataProcessParameter.SubjectID{i}],
...
Error in ==> DPARSF>pushbuttonRun_Callback at 939
[Error]=DPARSF_run(handles.Cfg);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> DPARSF at 41
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback
=============================================
Does anybody meet the same problem and how to solve it?
Many thanks in advance.
Pangfan
DPARSF reported error when doing Functional Connectivity as followed,
==============================================================
??? Cell contents reference from a non-cell array object.
Error in ==> fc at 54
fprintf('\n\n\t ROI time courses retrieving through "%s".',
AROIDef{x});
Error in ==> DPARSF_run at 1047
fc(
[AutoDataProcessParameter.DataProcessDir,filesep,FunImgDir,filesep,AutoDataProcessParameter.SubjectID{i}],
...
Error in ==> DPARSF>pushbuttonRun_Callback at 939
[Error]=DPARSF_run(handles.Cfg);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> DPARSF at 41
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback
=============================================
Does anybody meet the same problem and how to solve it?
Many thanks in advance.
Pangfan
Forums
Re: DPARSF reported error when doing Functional Connectivity
Or you can have a try on DPARSFA?
Re: DPARSF reported error when doing Functional Connectivity
我之前定义这个ROI时,能够正常运行;但重新放一批被试就出现这样的情况,很困惑。