Hi,
I'm trying to run some functional connectivity analyises on the ABIDE data by using DPARSFA and, just after applying the Reorientation Matrices (downloaded from http://www.restfmri.net/forum/DownloadedReorientMats), I get the following error (pasted below)
I saw that someone posted something similar last september but could find any response. Sorry if I missed it...
Please, can someone help me with that?
Thanks in advance and happy friday!
??? Undefined function or method 'file2mat' for input arguments of type 'struct'.
t = file2mat(sobj,varargin{:});
Error in ==> file_array.subsref at 60
t = subfun(sobj,args{:});
Error in ==> nifti.subsref>rec at 219
t = subsref(t,subs(2:end));
Error in ==> nifti.subsref at 45
varargout = rec(opt,subs);
Error in ==> DPARSFA_run>(parfor body) at 560
y_Write4DNIfTI(Nii.dat(:,:,:,
Error in ==> parallel_function at 491
S = F(base, limit);
Error in ==> DPARSFA_run at 528
parfor i=1:AutoDataProcessParameter.
Error in ==> DPARSFA>pushbuttonRun_Callback at 1601
[Error]=DPARSFA_run(handles.
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> DPARSFA at 33
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback
Submitted by ZHANG_RESTadmin on Tue, 10/08/2013 - 16:52 Permalink
Re: ??? Undefined function or method 'file2mat' for input ...
did you correctly set path for DownloadedReorientMats?