Error while using GUI_SpIDA

1 Ansicht (letzte 30 Tage)
Sanket Patel
Sanket Patel am 27 Mär. 2019
Beantwortet: Sanket Patel am 28 Mär. 2019
ignored TIFF entry with tag 50838 (cnt 2)
ignored TIFF entry with tag 50839 (cnt 140)
??? Undefined function or method 'lsqcurvefit' for input arguments of type 'function_handle'.
Error in ==> fit_SpIDA_histo at 16
[fittedParameters,resnorm,residual,exitflag,output,lambda,jacobian] = lsqcurvefit(@SpIDA_Functions,initialGuess,x,y,lb,ub,curvefitoptions,coeff);
Error in ==> GUI_SpIDA>GO_Callback at 588
[yFitted, fits, exitflag] = fit_SpIDA_histo(x,n,handles.coeff);
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> GUI_SpIDA at 16
gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)GUI_SpIDA('GO_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback

Akzeptierte Antwort

Sanket Patel
Sanket Patel am 28 Mär. 2019
Thank you Walter

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 27 Mär. 2019
lsqcurvefit requires the Optimization Toolbox.
The two TIFF tags warned about are harmless. https://github.com/python-pillow/Pillow/issues/291 . They are private tags added by ImageJ that have to do with metadata.

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2010a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by