Submitted by roberto on Wed, 08/11/2010 - 16:23
Dear DPARSF experts,
whilie running DPARSF I have encontered the following error reported in DPARSF_run.m:
Error using ==> copyfile
No matching files were found.
Error in ==> DPARSF_run at 551
copyfile('*.ps',['..',filesep,'RealignParameter',filesep]);
it seems that copyfile is looking for non existing *.ps files.
Any idea of what is wrong? in which step are the *.ps files generated?
Thanks in advance,
Roberto
Submitted by YAN Chao-Gan on Sun, 08/22/2010 - 00:38 Permalink
Re
Hi!
There is a small problem with the latest update of SPM8. It will not create the *.ps file (for visual inspecting the realign and normalize effect) in some specific MATLAB version.
Currently, you can make this line as a comment by adding a % before this line, i.e.
from:
copyfile('*.ps',['..',filesep,'RealignParameter',filesep]);
to:
%copyfile('*.ps',['..',filesep,'RealignParameter',filesep]);
It has no influence on any result.
Submitted by roberto on Sun, 08/22/2010 - 18:26 Permalink
Hi Yan Chao-Gan, Thank you
Hi Yan Chao-Gan,
Thank you so much for you answer.
I thought of commenting out these lines but I was not sure if the *ps files were going to be used later on.
Best regards,
Roberto