help > RE: error horzcat CONN toolbox
Dec 12, 2014  12:12 AM | Alfonso Nieto-Castanon - Boston University
RE: error horzcat CONN toolbox
Hi Chase,

I believe there are a couple of potential data issues that could produce this particular (and not terribly informative, sorry about that) error message, one has been discussed in this thread (http://www.nitrc.org/forum/message.php?m...), and the other possibility would be if you have an empty grey-matter mask (the first ROI in Setup.ROIs) for some subject (possibly due to an incorrect normalization/segmentation for that subject). If you type the following on matlab command-line after you get that error message:
 
 global CONN_h;
 disp(isempty(CONN_h.menus.m_preproc.X1.sampledata));

an answer of "1" would indicate if you are in the latter (grey-matter issue) scenario. 

Let me know if any of these seem to be the case here.
Best
Alfonso

Originally posted by Chase Dougherty:
I'm running into the following error listed below after clicking "done"  during the set up process and before denoising. Can anyone give me any insight into what is causing this problem? Thanks a lot!

ERROR DESCRIPTION:

Error using horzcat
Dimensions of matrices being concatenated are not consistent.
Error in conn (line 2131)
conn_menu('updatehist',CONN_h.menus.m_preproc_00{16},{[b1(1),b1,b1(end)],[0,a1,0],[0,a0,0]});
Error in conn (line 1820)
conn gui_preproc;
Error in conn_menumanager (line 102)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN v.14.n
SPM8 + Beamforming DEM FieldMap MEEGtools
Matlab v.2013b

Threaded View

TitleAuthorDate
Chase Dec 11, 2014
Chase Dec 12, 2014
Alfonso Nieto-Castanon Dec 12, 2014
Chase Dec 12, 2014
Alfonso Nieto-Castanon Dec 12, 2014
Chase Dec 15, 2014
Alfonso Nieto-Castanon Dec 16, 2014
RE: error horzcat CONN toolbox
Alfonso Nieto-Castanon Dec 12, 2014