Submitted by dorhushaohua on Wed, 04/04/2012 - 03:04
严老师:
我利用REST的统计模块中two samples t-test 检验两组人群的DTI数据(FA值),出现了以下错误,请帮助分析下:
??? Error using ==> cat
Out of memory. Type HELP MEMORY for your options.
Error in ==> rest_ttest2cov_Image at 40
DependentVolume=cat(4,DependentVolume,AllVolume);
Error in ==> rest_ttest2cov_gui>btnCompute_Callback at 132
rest_ttest2cov_Image(DependentDirs,OutputName,...
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> rest_ttest2cov_gui at 27
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback
谢谢您指点!
Submitted by YAN Chao-Gan on Tue, 04/17/2012 - 03:13 Permalink
Re
这个应该是因为数据太大了。1x1x1的?如果开3GB没有用的话,建议试试linux操作系统。