Hi,
When I tried to do the nuisance covariance regression in matlab 2018b, I got error as following:
Undefined variable "Cfg" or class "Cfg.ParallelWorkersNumber".
Error in DPARSFA_run (line 1461)
if isempty(gcp('nocreate')) && Cfg.ParallelWorkersNumber~=0
Error in DPARSFA>pushbuttonRun_Callback (line 1795)
[Error]=DPARSFA_run(handles.Cfg);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in DPARSFA (line 30)
gui_mainfcn(gui_State, varargin{:});
Error using uiwait (line 81)
Error while evaluating UIControl Callback.
Looking forward to any reply!
Cannot connect to Ginger Check your internet connection
or reload the browser
YAN Chao-Gan
Mon, 05/13/2019 - 02:42
Permalink
please download the latest
please download the latest version from here: https://github.com/Chaogan-Yan/DPABI
Qiuxia
Mon, 05/13/2019 - 22:35
Permalink
Thanks for your reply!
Thanks for your reply!
But then a new error came out in the same process:
Index exceeds array bounds.
[Error]=DPARSFA_run(handles.Cfg);
feval(varargin{:});
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback.
Qiuxia
Mon, 05/13/2019 - 22:33
Permalink
Thanks for your reply!
Thanks for your reply!
And then a new error came out in the same process:
Index exceeds array bounds.
[Error]=DPARSFA_run(handles.Cfg);
feval(varargin{:});
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback.
YAN Chao-Gan
Tue, 05/14/2019 - 23:07
Permalink
Usually this error is caused
Usually this error is caused by data organization.