help
help > RE: error results _ never end
Nov 1, 2022 02:11 AM | yasunori
RE: error results _ never end
I am also having the same issue.
When I stopped it, the command line showed the following error.
Operation terminated by user during spm_ECdensity
In spm_P_RF (line 63)
EC = spm_ECdensity(STAT,Z,df);
In spm_uc_RF (line 37)
[P, P, p] = spm_P_RF(1,0,u,df,STAT,R,n);
In spm_uc (line 31)
u = spm_uc_RF(a,df,STAT,R,n);
In spm_fnirs_viewer_stat>push_activation_Callback (line 211)
u = spm_uc(u,df, SPM.xCon(ic).STAT , SPM.xVol.R{view},1,SPM.xVol.S{view});
In gui_mainfcn (line 95)
feval(varargin{:});
In spm_fnirs_viewer_stat (line 35)
gui_mainfcn(gui_State, varargin{:});
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)spm_fnirs_viewer_stat('push_activation_Callback',hObject,eventdata,guidata(hObject))
Interrupt while evaluating UIControl Callback.
It seems that the program can not exit the following "while loop" of spm_uc_RF (line 37)
%-Approximate estimate using E{m}
%--------------------------------------------------------------------------
d = 1;
while abs(d) > 1e-6
[P, P, p] = spm_P_RF(1,0,u,df,STAT,R,n);
[P, P, q] = spm_P_RF(1,0,u + du,df,STAT,R,n);
d = (a - p)/((q - p)/du);
u = u + d;
if isinf(u), u=+Inf; return; end
end
I was using the sample data following the manual with Matlab R2022b on Mac.
Does somebody find any solution?
When I stopped it, the command line showed the following error.
Operation terminated by user during spm_ECdensity
In spm_P_RF (line 63)
EC = spm_ECdensity(STAT,Z,df);
In spm_uc_RF (line 37)
[P, P, p] = spm_P_RF(1,0,u,df,STAT,R,n);
In spm_uc (line 31)
u = spm_uc_RF(a,df,STAT,R,n);
In spm_fnirs_viewer_stat>push_activation_Callback (line 211)
u = spm_uc(u,df, SPM.xCon(ic).STAT , SPM.xVol.R{view},1,SPM.xVol.S{view});
In gui_mainfcn (line 95)
feval(varargin{:});
In spm_fnirs_viewer_stat (line 35)
gui_mainfcn(gui_State, varargin{:});
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)spm_fnirs_viewer_stat('push_activation_Callback',hObject,eventdata,guidata(hObject))
Interrupt while evaluating UIControl Callback.
It seems that the program can not exit the following "while loop" of spm_uc_RF (line 37)
%-Approximate estimate using E{m}
%--------------------------------------------------------------------------
d = 1;
while abs(d) > 1e-6
[P, P, p] = spm_P_RF(1,0,u,df,STAT,R,n);
[P, P, q] = spm_P_RF(1,0,u + du,df,STAT,R,n);
d = (a - p)/((q - p)/du);
u = u + d;
if isinf(u), u=+Inf; return; end
end
I was using the sample data following the manual with Matlab R2022b on Mac.
Does somebody find any solution?
Threaded View
Title | Author | Date |
---|---|---|
Jia Gaoding | Jun 25, 2019 | |
Fatima Sibaii | Oct 29, 2019 | |
yasunori | Nov 1, 2022 | |
Manuel Munoz | Nov 16, 2022 | |