s********n 发帖数: 5 | 1 我的编程环境是VS 2008,需要做一个数据拟合,因此我用Matlab编写了一个小函数(
MyGasFit),调用了stat工具箱的非线性拟合函数nlinfit,经过简单的测试,该函数在
Matlab下面运行正常,在C#的测试小程序中也正常。嵌入project以后遇到以下的问题,
由于数据本身可能不一定有唯一解,因此程序部分数据提示warning,现在将最后部分的
输出铁在下面(warning 部分多次出现但是不影响结果)
Warning: Rank deficient, rank = 0, tol = 0.0000e+000.
> In nlinfit>LMfit at 296
In nlinfit at 168
In MyGasFit at 3
Warning: The Jacobian at the solution is ill-conditioned, and some
model parameters may not be estimated well (they are not identifiable).
Use caution in making pre |
|