Dear all,
I tried to perform the mixed effect analysis with PALM, checking TFCE option. But after loading images, matlab reported:
??? Error using ==> palm_takeargs at 1133
Unknown option: "H:\fMRI\dpabi\dayXgroup\Temp\Design.csv"
Error in ==> palm_core at 33
[opts,plm] = palm_takeargs(varargin{:});
Error in ==> palm at 81
palm_core(varargin{:});
Error in ==> y_GroupAnalysis_PermutationTest_Image at 102
palm([TempDir,filesep,'PALMConfig.txt']);
Error in ==> y_MixedEffectsAnalysis_Image at 102
y_GroupAnalysis_PermutationTest_Image(DependentVolume,AllCov,[OutputName,'_ConditionEffect_T'],MaskFile,CovariateVolume,Contrast,'T',0,Header,PALMSettings_Within);
Error in ==> DPABI_STAT_TOOL>ComputeButton_Callback at 537
y_MixedEffectsAnalysis_Image(S, OutputName, MaskFile, ImageCell, TextCell, PALMSettings);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> DPABI_STAT_TOOL at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)DPABI_STAT_TOOL('ComputeButton_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
It appeard either under windows (win7sp1) or linux (ubuntu kylin 16.04).
Even worse, when the button 'Utilities' was pressed, matlab reported:
??? Error using ==> hgload at 53
invalid Figure file format
Error in ==> openfig at 72
[fig, savedvisible] = hgload(filename, struct('Visible','off'));
Error in ==> gui_mainfcn>local_openfig at 286
gui_hFigure = openfig(name, singleton, visible);
Error in ==> gui_mainfcn at 159
gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt, gui_Visible);
Error in ==> DPABI_Utilities at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> dpabi>pushbutton_Utilities_Callback at 236
DPABI_Utilities
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> dpabi at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)dpabi('pushbutton_Utilities_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
My matlab version is 7.9.0(R2009b), with original spm8 (no other toolbox).
Could you please do me a favour?
Kindest,
Karas
Where did you install DPABI?
Where did you install DPABI? Is there any space in the path?
Re: [RFMRI] error reporting
RE:error reporting when permutation test or utilities
Chaogan,
I met the same error as well. After I rewrote the design.csv file, it complains the following:
In@(hobject, eventdata)DPABI_STAT_TOOL('ComputeButton_Callback',hobject,eventdata,guidata(hobject))
???Undefined function or method 'rng' for input arguments of type ' char'.
Error in ==>palm_takeargs at 1492
rng('default');
Error in ==>palm_core at 33
[opts,plm] = palm_takeargs(varargin{:});
Error in ==>palm at 81
palm_core(varargin{:});
What was wrong with my setting? There wasn't space in the installation: /opt/dpabi/DPABI_2.3_170105
Thanks!
Lihong
Hi Lihong,
Hi Lihong,
In your case, I guess it might caused by the relatively old version of matlab you were using.
You can try to download this version of PALM to replace: http://d.rnet.co/Files/palm-alpha102_Yan_Rev.zip
Best,
Chao-Gan