Error with the Preprocessing for Task fMRI data in DPARSF 5.2

Submitted by giovifaz1 on

Hi, Dr. Yan, 

In these 2 days I've encountered several problems using DPARSF 5.2, expecially with the Preprocessing for Task fMRI data, and I'd like to ask you some suggestions to fix the anomalies. In particular, the error starts when I try to open the window to set up the preprocessing, it crashes immediately, showing in the command window these errors:

"Operands to the logical and (&&) and or (||) operators must be convertible to logical scalar values.

 
Error in web>isOnFileSystem (line 460)
    if startsWith(html_file, '/') || ~contains(html_file, ':')
 
Error in web>resolveUrl (line 260)
            if isOnFileSystem(fullpath)
 
Error in web>examineInputs (line 234)
html_file = resolveUrl(html_file);
 
Error in web (line 88)
[options, html_file] = examineInputs(varargin{:});
 
Error in DPARSFA>DPARSFA_OpeningFcn (line 65)
            web(DPARSFMessageWeb,'-browser');
 
Error in gui_mainfcn (line 220)
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
 
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
 
Error in DPARSF_main>pushbutton_TfMRIPreprocessing_Callback (line 157)
DPARSFA([ProgramPath,filesep,'Jobmats',filesep,'Template_TaskfMRIPreprocessing.mat']);
 
Error in gui_mainfcn (line 95)
        feval(varargin{:});
 
Error in DPARSF_main (line 42)
    gui_mainfcn(gui_State, varargin{:});
 
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DPARSF_main('pushbutton_TfMRIPreprocessing_Callback',hObject,eventdata,guidata(hObject)) 
Error while evaluating UIControl Callback."
 
These errors started casually after I used the function different times without any problem, and unfourtanetly I'm not able to solve the issue. Your help would be really appreciated.
I hope we can find a solution and thank you for your disponibility.