QC/DPABI version compatibility

Submitted by hoptman on

Hi all,

I have two questions:

1) I used DPABI_V1.0_140815_Beta in an initial set of analyses and would like to now useDPABI_V1.2_141101.  Do I need to reanalyze the data?

2)  I am trying to run QC on my data, but I get an error when I try to save my subject list:

Error using dlmwrite (line 118)
The input cell array cannot be converted to a matrix.

Error in DPABI_QC_TOOL>SaveSubjButton_Callback (line 469)
dlmwrite(fullfile(Path, File), SubjList, 'precision', '%s',...

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('SaveSubjButton_Callback',hObject,eventdata,guidata(hObject))

 
Error while evaluating uicontrol Callback

YAN Chao-Gan

Tue, 02/17/2015 - 22:00

Hi Matt,
1. It should be OK for DPARSF preprocessed data in these two versions.

2. Could you check all the subject ID is correct, i.e., there are no special characters or other kind of names?

Best,

Chao-Gan

On Tue, Feb 17, 2015 at 11:49 AM, The R-fMRI Network <rfmri.org@gmail.com> wrote:
[To post a comment, please reply to rfmri.org@gmail.com ABOVE this line]

By Matthew Hoptman (hoptman)

Hi all,

I have two questions:

1) I used DPABI_V1.0_140815_Beta in an initial set of analyses and would like to now useDPABI_V1.2_141101.  Do I need to reanalyze the data?

2)  I am trying to run QC on my data, but I get an error when I try to save my subject list:

Error using dlmwrite (line 118)
The input cell array cannot be converted to a matrix.

Error in DPABI_QC_TOOL>SaveSubjButton_Callback (line 469)
dlmwrite(fullfile(Path, File), SubjList, 'precision', '%s',...

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

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

Erro