QC: Normalization not working

Submitted by hoptman on

Hi,

I'm getting the error message below.  I assume it means that he number of files in the structural and functional directories differ or the subject ids differ between those directories.  However, I don't know why it is occuring, as I've carefully checked the anatomical and functional directories and all the appropriate files are there and of the correct size.  Does the error mean something else?

Thanks

Matt

-----------------------------------------------------------------------------------------------------------------

In an assignment  A(:) = B, the number of elements in A and B
must be the same.

Error in w_QCList>w_QCList_OpeningFcn (line 103)
        Index(i)=k;

Error in gui_mainfcn (line 221)
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

Error in w_QCList (line 42)
    gui_mainfcn(gui_State, varargin{:});

Error in DPABI_QC_TOOL>NormButton_Callback (line 217)
    w_QCList(handles.figure1, 'Norm', TSVFile);

Error in gui_mainfcn (line 96)
        feval(varargin{:});

Error in DPABI_QC_TOOL (line 42)
    gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)DPABI_QC_TOOL('NormButton_Callback',hObject,eventdata,guidata(hObject))

 
Error using waitfor
Error while evaluating uicontrol Callback

 

Hi Chao-Gan,

I re-ran and the problem went away!  I'm puzzled, but happier.

Best,

Matt