Error from DPABI

Dear Experts,

When I clicked "DPARS 3.1 Advanced Edition", I encountered the following error:

Error using parpool (line 99)
'size' is not the name of a profile.  Valid names are:
local
 
Error in DPARSFA>DPARSFA_OpeningFcn (line 269)
            CurrentSize_parpool= parpool('size');
 
 
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 dpabi>pushbutton_DPARSFA_Callback (line 132)
DPARSFA
 
 
Error in gui_mainfcn (line 95)
        feval(varargin{:});
 
Error in dpabi (line 42)
    gui_mainfcn(gui_State, varargin{:});
 
 
Error in
@(hObject,eventdata)dpabi('pushbutton_DPARSFA_Callback',hObject,eventdata,guidata(hObject))
 
 
Error while evaluating UIControl Callback
 
 
 
 
There is no error for "Utilities" or "Statistical Analyses" but all the other ones show the similar errors related to parpool.  I used Matlab2014b and I believe my DPABI is the most recent version.
 
Any help will be greatly appreciated!  
 
Thanks,
Floating

 

Hi Floating,

Seems there is something wrong with the parallel computing toolbox with your Matlab. Nonetheless, Matlab 2014a and previous versions are recommended at this time.

Best,

Chao-Gan

Hi Dr. Yan,

Thanks for the reply.  Indeed, I tried Matlab 2014a and it works well now.

Thank you very much!

Floating