【发布时间】:2016-12-20 09:12:21
【问题描述】:
我正在开发代码以将 Gompertz 方程拟合到细菌生长曲线,并正在使用以下网站提供的一些示例数据进行练习:
http://www.math.tamu.edu/~phoward/m442/ia3sol.pdf。
根据此代码,拟合应该几乎与数据匹配(上面网页中给出的图表,第 3 页)。但是,当我运行代码时,实际数据绘制正确,但 lsqcurve 拟合非常差,并给出以下消息:
Local minimum possible.
lsqcurvefit stopped because the size of the current step is less than
the default value of the step size tolerance.
是不是我做错了什么?
感谢您的宝贵时间,
劳拉
【问题讨论】:
标签: matlab model-fitting function-fitting