1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| ??? Error using ==> nlinfit>checkFunVals at 356
MODELFUN has returned Inf or NaN values.
Error in ==> nlinfit>LMfit at 305
if funValCheck && ~isfinite(sse), checkFunVals(r); end
Error in ==> nlinfit at 168
[beta,J,lsiter,cause] = LMfit(X,y, model,beta,options,verbose,maxiter);
Error in ==> project>buttonperfusion_Callback at 3226
[BETAt] = nlinfit(timeline(1:tr-t0+1)',C_t(i,1:tr-t0+1)',@gamma_fit, BETA0);
Error in ==> gui_mainfcn at 95
feval(varargin{:});
Error in ==> project at 64
gui_mainfcn(gui_State, varargin{:});
??? Error using ==> project('buttonperfusion_Callback',gcbo,[],guidata(gcbo))
Error using ==> nlinfit>checkFunVals at 356
MODELFUN has returned Inf or NaN values.
??? Error while evaluating uicontrol Callback |
Partager