Submitted by leeona on Mon, 09/26/2016 - 17:38
一直用matlab2012b,用rest一直没问题,最近升级了matlab2015b,rest一直报错. 首先是matlabpool已经被移除了
Warning: The DrawMode property will be removed in a future release. Use the SortMethod property instead.
> In rest>InitControls (line 188)
In rest (line 37)
Welcome: Administrator, 20160926_1730
REST Version: 1.8, Release: 20130615
Citation Information:
Xiao-Wei Song, Zhang-Ye Dong, Xiang-Yu Long, Su-Fang Li, Xi-Nian Zuo, Chao-Zhe Zhu, Yong He, Chao-Gan Yan, Yu-Feng Zang. (2011) REST: A Toolkit for Resting-State Functional Magnetic Resonance Imaging Data Processing. PLoS ONE 6(9): e25031. doi:10.1371/journal.pone.0025031
Error using matlabpool (line 27)
matlabpool has been removed.
To query the size of an already started parallel pool, query the 'NumWorkers' property of the pool.
To check if a pool is already started use 'isempty(gcp('nocreate'))'.
Error in rest (line 77)
CurrentSize_MatlabPool = matlabpool('size');
然后就是计算two-sample t test时,EraseMode property is no longer supported ,进度条出来的时候要报错
Warning: The EraseMode property is no longer supported and will error in a future release. Use the ANIMATEDLINE function for animating
lines and points instead of EraseMode 'none'. Removing instances of EraseMode set to 'normal', 'xor', and 'background' has minimal
impact.
> In rest_progress (line 241)
In rest_waitbar>GetHandleOrCreate (line 122)
In rest_waitbar (line 68)
In rest_ttest2cov_Image (line 81)
In rest_ttest2cov_gui>btnCompute_Callback (line 146)
In gui_mainfcn (line 95)
In rest_ttest2cov_gui (line 27)
Warning: The EraseMode property is no longer supported and will error in a future release. Use the ANIMATEDLINE function for animating
lines and points instead of EraseMode 'none'. Removing instances of EraseMode set to 'normal', 'xor', and 'background' has minimal
impact.
> In rest_progress (line 242)
In rest_waitbar>GetHandleOrCreate (line 122)
In rest_waitbar (line 68)
In rest_ttest2cov_Image (line 81)
In rest_ttest2cov_gui>btnCompute_Callback (line 146)
In gui_mainfcn (line 95)
In rest_ttest2cov_gui (line 27)
Error using rest_progress (line 29)
Input arguments of type matlab.ui.Figure not valid.
Error in rest_waitbar (line 76)
rest_progress(APercent,hChild, theMsg, 'Name', ATitle);
Error in rest_ttest2cov_Image (line 81)
rest_waitbar(i/nDim1, 'Two Sample T Test Calculating...', 'Two Sapmle T Test','Child');
Error in rest_ttest2cov_gui>btnCompute_Callback (line 146)
rest_ttest2cov_Image(DependentDirs,OutputName,...
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in rest_ttest2cov_gui (line 27)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback
这两个问题不知怎么解决?
Warning: The DrawMode property will be removed in a future release. Use the SortMethod property instead.
> In rest>InitControls (line 188)
In rest (line 37)
Welcome: Administrator, 20160926_1730
REST Version: 1.8, Release: 20130615
Citation Information:
Xiao-Wei Song, Zhang-Ye Dong, Xiang-Yu Long, Su-Fang Li, Xi-Nian Zuo, Chao-Zhe Zhu, Yong He, Chao-Gan Yan, Yu-Feng Zang. (2011) REST: A Toolkit for Resting-State Functional Magnetic Resonance Imaging Data Processing. PLoS ONE 6(9): e25031. doi:10.1371/journal.pone.0025031
Error using matlabpool (line 27)
matlabpool has been removed.
To query the size of an already started parallel pool, query the 'NumWorkers' property of the pool.
To check if a pool is already started use 'isempty(gcp('nocreate'))'.
Error in rest (line 77)
CurrentSize_MatlabPool = matlabpool('size');
Submitted by leeona on Mon, 09/26/2016 - 23:56 Permalink
Re: rest1.8有无升级?matlab2015b总报错
Submitted by gaolei6096 on Tue, 09/27/2016 - 18:36 Permalink
Re: rest1.8有无升级?matlab2015b总报错
matlab2014b及更新的版本可能都会或多或少不兼容,试试restplus呢?
Submitted by jiaxize on Fri, 09/30/2016 - 11:06 Permalink
Re: rest1.8有无升级?matlab2015b总报错
目前为止rest以及restplus确实不支持Matlab2014b以及以后的版本