Hi,
After denoising, I have been trying to do my first level analysis, and I get this error message. I have tried using a corrected mat file in a previous forum post with a reshape error, however, it did not work. Here is the error I am receiving:
Error using reshape
Number of elements must not change. Use [] as one of the size
inputs to automatically calculate the appropriate size for that
dimension.
Error in conn_get_slice (line 38)
x=V.scale*reshape(x,[ntime,V.size.Nv(slice)]);
Error in conn_process (line 2503)
[y,idx]=conn_get_slice(Y,slice);
Error in conn_process (line 86)
case 'analyses_gui_seedandroi',conn_disp(['CONN: RUNNING
ANALYSIS STEP (ROI-to-ROI or seed-to-voxel analyses)']);
conn_process([10,11,15],varargin{:});
Error in conn (line 9353)
else conn_process('analyses_gui_seedandroi',CONN_x.Analysis);
ispending=false;
Error in conn_menumanager (line 124)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN22.a
SPM12 + DAiSS DEM FieldMap MEEGtools cat12
Matlab v.2021a
project: CONN22.a
storage: 60.9Gb available
Thank you!
