help > Error message in 2nd level analysis
Showing 1-3 of 3 posts
Display:
Results per page:
May 13, 2020  04:05 PM | Isu Cho
Error message in 2nd level analysis
Dear Alfonso (and other CONN experts),

I have tried to seek a solution to this error message in the forum, but I was not able to find anything relating to it. 

I am now in the second level analysis with rs-fMRI data using ROI-to-ROI, but when I clicked on the "Results explorer" button after specifying the seeds, the error message popped up. Here is the error message:


ERROR DESCRIPTION:

Error using text

Value should be a finite number greater than 0

Error in conn_displayroi (line 3141)

h1=text(tmin1(1)-.25/2*(tmax1(1)-tmin1(1)+tmax1(2)-tmin1(2)),(tmin1(2)+tmax1(2))/2,tmin1(3),data.plotconnoptions.Projections_axes{nprojection}{2},'color',1-data.plotconnoptions.BCOLOR,'fontsize',data.plotconnoptions.FONTSIZE(1),'horizontalalignment','center','parent',data.plotaxes);

Error in conn_displayroi (line 438)

conn_displayroi(hfig,[],'displayreduced');

Error in conn (line 9833)

conn_displayroi('init','results_roi',-1); %CONN_x.Results.xX.nsources,-1);

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.2019a

project: CONN19.c


Does anyone have any idea on this? Any help would be truly appreciated!

Warm wishes,
Isu
May 13, 2020  09:05 PM | Alfonso Nieto-Castanon - Boston University
RE: Error message in 2nd level analysis
Hi Isu,

Sorry about that, it looks like a bug/mismatch with the default fontsize in CONN, just to make sure could you please try clicking on the ROI-to-ROI results window, and then typing in Matlab command-window the following:

   conn_display( gcf, 'display.fontsize', [8 10]);

to see if that temporarily fixes this issue? (if it does, you may also more permanently fix this issue perhaps by running conn_font_init, and/or by increasing your CONN fontsize manually using the "Tools. GUI options" menu)

Best
Alfonso

Originally posted by Isu Cho:
Dear Alfonso (and other CONN experts),

I have tried to seek a solution to this error message in the forum, but I was not able to find anything relating to it. 

I am now in the second level analysis with rs-fMRI data using ROI-to-ROI, but when I clicked on the "Results explorer" button after specifying the seeds, the error message popped up. Here is the error message:


ERROR DESCRIPTION:

Error using text

Value should be a finite number greater than 0

Error in conn_displayroi (line 3141)

h1=text(tmin1(1)-.25/2*(tmax1(1)-tmin1(1)+tmax1(2)-tmin1(2)),(tmin1(2)+tmax1(2))/2,tmin1(3),data.plotconnoptions.Projections_axes{nprojection}{2},'color',1-data.plotconnoptions.BCOLOR,'fontsize',data.plotconnoptions.FONTSIZE(1),'horizontalalignment','center','parent',data.plotaxes);

Error in conn_displayroi (line 438)

conn_displayroi(hfig,[],'displayreduced');

Error in conn (line 9833)

conn_displayroi('init','results_roi',-1); %CONN_x.Results.xX.nsources,-1);

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.2019a

project: CONN19.c


Does anyone have any idea on this? Any help would be truly appreciated!

Warm wishes,
Isu
May 14, 2020  03:05 AM | Isu Cho
RE: Error message in 2nd level analysis
Hi Alfonso,

Thank you so much for your prompt and kind help!

Yes, I typed in the command that you suggested after clicking on the results window, but it gave me the error as below:

Index exceeds the number of array
elements (0).
Error in conn_displayroi (line 2352)
[nill,tidx]=sort(sortmeasure(data.displaytheserois));
Error in conn_display (line
153)
conn_displayroi(SPMfilename,[],varargin{:});

However, fortunately, when I manually increased the font size (Tools -> CONN GUI options), the results window was successfully loaded!

Thank you very much for your time and help once again:)

Warm wishes,
Isu