Error with dpabi

Submitted by douzhisparks on

老师,您好。

我在运行dpaibi进行预处理时,刚做完去除时间点后即报错,请您指点一下,非常感谢。

 

Removing First 10 Time Points: Sub_001 OK
 
Error using DPARSFA_run (line 599)
Using exist to check for a variable in the transparent workspace is not supported.  To check for a
function, folder, file, or class, specify the appropriate second input argument to exist: 'builtin',
'class', 'dir' or 'file'.
 
Error in DPARSFA>pushbuttonRun_Callback (line 1779)
    [Error]=DPARSFA_run(handles.Cfg);
 
Error in gui_mainfcn (line 95)
        feval(varargin{:});
 
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
 
Error while evaluating UIControl Callback

 

YAN Chao-Gan

Fri, 06/03/2016 - 23:40

What matlab version are you using?
On Sat, Jun 4, 2016 at 12:12 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 Dou Zhi (douzhisparks)

老师,您好。

我在运行dpaibi进行预处理时,刚做完去除时间点后即报错,请您指点一下,非常感谢。

 

Removing First 10 Time Points: Sub_001 OK
 
Error using DPARSFA_run (line 599)
Using exist to check for a variable in the transparent workspace is not supported.  To check for a
function, folder, file, or class, specify the appropriate second input argument to exist: 'builtin',
'class', 'dir' or 'file'.
 
Error in DPARSFA>pushbuttonRun_Callback (line 1779)
    [Error]=DPARSFA_run(handles.Cfg);
 
Error in gui_mainfcn (line 95)
        feval(varargin{:});
 
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
 
Error while evaluating UIControl Callback

 


Online version of this post: http://rfmri.org/content/error-dpabi-0


Many a little makes a mickle -- your kind contributions shall make our efforts not perish from the earth. Please help The R-fMRI Network at http://rfmri.org/#overlay=HelpUs
To manage subscriptions, please visit: http://rnet.co/mailman/listinfo/rfmri.org_rnet.co
Mail comment ID: http://rfmri.org/mailcomment/redirect/%3C31.2318.0.1464970359.0040a5246ebceed9aca0043f941e093f%40www.rfmri.org%3E



--
Chao-Gan YAN, Ph.D.
Principal Investigator
Deputy Director, MRI Research Center
Institute of Psychology, Chinese Academy of Sciences
16 Lincui Road, Chaoyang District, Beijing 100101, China
-

exactly same errors,win 10,matlab 2016a,when it'g going to run "slice timing"

The first error is:

【Error using DPARSFA_run (line 599)
Using exist to check for a variable in the transparent workspace is not supported.  To check for a function, folder,
file, or class, specify the appropriate second input argument to exist: 'builtin', 'class', 'dir' or 'file'.】

It's strange because line 599 is:

 【parfor i=1:AutoDataProcessParameter.SubjectNum】

there is no “exist”??

Do I have to change back to earlier matlab version?  which version is best for dpabi, matlab2015a (with SPM12) or ??