Hi,
I've got some errors while launching DPARSFA on Matlab 2019a on windows.
-I'm trying to run DPARSFA on a single test subject which is about 4 GB (2GB in zipped format) and my voxel size after normalization is 1*1*1
-I've enabled the 3GB switch on my windows
-I've checked the "Automatically manage paging file size for all drives" box off from the "Advance system setting"
ERROR:
Computing Degree Centrality...
Reading images from "G:\Tara\test_data\FunImg\sub-0134\sub-0134func_in_standard_space.nii.gz" etc.
Error using flipdim (line 39)
Out of memory.
Error in y_ReadRPI (line 45)
Data = flipdim(Data,1);
Error in y_ReadAll (line 84)
[Data, VoxelSize, Header] = y_ReadRPI(FileList{1});
Error in y_DegreeCentrality (line 50)
[AllVolume,VoxelSize,theImgFileList, Header] =y_ReadAll(AllVolume);
Error in DPARSFA_run (line 4052)
parfor i=1:AutoDataProcessParameter.SubjectNum
Error in DPARSFA>pushbuttonRun_Callback (line 1845)
[Error]=DPARSFA_run(handles.Cfg);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in DPARSFA (line 30)
gui_mainfcn(gui_State, varargin{:});
Related documentation
Error while evaluating UIControl Callback.
Reading images from "G:\Tara\test_data\FunImg\sub-
Error using flipdim (line 39)
Out of memory.
Error in y_ReadRPI (line 45)
Data = flipdim(Data,1);
Error in y_ReadAll (line 84)
[Data, VoxelSize, Header] = y_ReadRPI(FileList{1});
Error in y_DegreeCentrality (line 50)
[AllVolume,VoxelSize,
Error in DPARSFA_run (line 4052)
parfor i=1:AutoDataProcessParameter.
Error in DPARSFA>pushbuttonRun_Callback (line 1845)
[Error]=DPARSFA_run(handles.
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in DPARSFA (line 30)
gui_mainfcn(gui_State, varargin{:});
Related documentation
Error while evaluating UIControl Callback.
I would thank you if you could help me.
Forums