help > RE: Denoising - Error - In an assignment A(:) = B
Jun 12, 2015  07:06 PM | Alfonso Nieto-Castanon - Boston University
RE: Denoising - Error - In an assignment A(:) = B
Hi Katherine,

The portion of the error message that reads "storage: disconnected or unavailable" is probably indicating the source of the problem here. Please check that your M: file (a network drive?) is properly connected and try again.

In addition I would suggest to increase the band-pass filter values entered (perhaps you meant [.009 .1] instead of [.09 .1]?, the latter is very restrictive, and leads to no degrees of freedom for your results)

Hope this helps
Alfonso

EDIT: edited the original reply; the band-pass filter values combined with the 'simult' option fully explain the no degrees of freedom result and "constant 1" percentage explained variance values

Originally posted by Katherine Wu:
Hi all,
I am currently trying to complete the Denoising step of CONN. Unfortunately, I keep running into this error. Couldn't find any information on the forums. Does anyone have any idea on how to solve this?

**********************************
ERROR DESCRIPTION:

In an assignment A(:) = B, the number of elements in A and B
must be the same.
Error in ==> conn_get_time at 29
y(idx)=x;
Error in ==> conn_matc2nii at 42
Z=conn_get_time(Y,nt);
Error in ==> conn_process at 1048
conn_matc2nii(Yout{ncondition}.fname,0);
Error in ==> conn_process at 17
case {'preprocessing_gui','denoising_gui'}, disp(['CONN: RUNNING PREPROCESSING STEP']); conn_process([1.5,2,6:9],varargin{:});
Error in ==> conn at 2768
conn_process('preprocessing_gui');
Error in ==> conn_menumanager at 109
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN v.15.a
SPM12 + DEM FieldMap MEEGtools
Matlab v.2011a
storage: disconnected or unavailable
**********************************


Threaded View

TitleAuthorDate
Katherine Wu Jun 12, 2015
RE: Denoising - Error - In an assignment A(:) = B
Alfonso Nieto-Castanon Jun 12, 2015
Katherine Wu Jun 12, 2015