help > CONN error message during Outlier detection
Showing 1-2 of 2 posts
Display:
Results per page:
Aug 10, 2020  08:08 AM | shinhye
CONN error message during Outlier detection
Hello,

I've been having a problem running the preprocessing step with my fmri data with the same error message coming up during the outlier detection step. I've read about other people having the same problem on different combinations of Matlab and Conn versions saying that the problem might be because of a mismatch between the two program versions, but I wasn't too sure if that was the whole problem. The error message I got was as follows: 

ERROR DESCRIPTION:

Error using matlab.graphics.axis.Axes/set
Value must be a 1x2 vector of numeric type in which the second element is greater than the first element or is Inf.
Error in art>UpdateSummaryplot (line 848)
set(handles.globalMean,'xlim',[0,cur_sess_start],'ylim',sort((rng_minmax.*[-1 1])*[1.1,-.1;-.1,1.1])+[0 eps]);
Error in art>diffsglobalandmotion_Callback (line 1003)
UpdateSummaryplot(hObject, eventdata, handles);
Error in art>art_OpeningFcn (line 520)
diffsglobalandmotion_Callback(hObject, [], handles, 2*use_diff_global-1, 2*use_diff_motion-1);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in art (line 143)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in conn_art (line 8)
[varargout{1:nargout}]=art(varargin{:});
Error in conn_setup_preproc (line 2913)
else h=conn_art('sess_file',matlabbatch{n}.art,'visible','off');
Error in conn (line 1105)
ok=conn_setup_preproc('',varargin{2:end});
Error in conn_menumanager (line 120)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN19.c
SPM12 + DAiSS DEM FieldMap MEEGtools
Matlab v.2020a
project: CONN19.c

What can I do? 

Thanks much.
Aug 15, 2020  03:08 PM | Alfonso Nieto-Castanon - Boston University
RE: CONN error message during Outlier detection
Hi,
That looks to me like an issue with empty or otherwise incorrect input functional data (e.g. check that your functional data contains more than a single timepoint, and that it is not empty / all-zeros)
Best
Alfonso

Originally posted by shinhye:
Hello,

I've been having a problem running the preprocessing step with my fmri data with the same error message coming up during the outlier detection step. I've read about other people having the same problem on different combinations of Matlab and Conn versions saying that the problem might be because of a mismatch between the two program versions, but I wasn't too sure if that was the whole problem. The error message I got was as follows: 

ERROR DESCRIPTION:

Error using matlab.graphics.axis.Axes/set
Value must be a 1x2 vector of numeric type in which the second element is greater than the first element or is Inf.
Error in art>UpdateSummaryplot (line 848)
set(handles.globalMean,'xlim',[0,cur_sess_start],'ylim',sort((rng_minmax.*[-1 1])*[1.1,-.1;-.1,1.1])+[0 eps]);
Error in art>diffsglobalandmotion_Callback (line 1003)
UpdateSummaryplot(hObject, eventdata, handles);
Error in art>art_OpeningFcn (line 520)
diffsglobalandmotion_Callback(hObject, [], handles, 2*use_diff_global-1, 2*use_diff_motion-1);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in art (line 143)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in conn_art (line 8)
[varargout{1:nargout}]=art(varargin{:});
Error in conn_setup_preproc (line 2913)
else h=conn_art('sess_file',matlabbatch{n}.art,'visible','off');
Error in conn (line 1105)
ok=conn_setup_preproc('',varargin{2:end});
Error in conn_menumanager (line 120)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN19.c
SPM12 + DAiSS DEM FieldMap MEEGtools
Matlab v.2020a
project: CONN19.c

What can I do? 

Thanks much.