Matlab用cftool插值interpolant拟合函数表达式怎样得到
答案:2 悬赏:0 手机版
解决时间 2021-01-31 05:55
- 提问者网友:不爱我么
- 2021-01-30 18:22
Matlab用cftool插值interpolant拟合函数表达式怎样得到
最佳答案
- 五星知识达人网友:佘樂
- 2021-01-30 18:50
Linear model Poly1:
f(x) = p1*x + p2
Coefficients (with 95% confidence bounds):
p1 = 216.3 (200.8, 231.8)
p2 = 1.079e+005 (1.074e+005, 1.085e+005) Goodness of fit:
SSE: 6.279e+007
R-square: 0.9306
Adjusted R-square: 0.9294
RMSE: 1040
表示没出现这种情况。。。。
f(x) = p1*x + p2
Coefficients (with 95% confidence bounds):
p1 = 216.3 (200.8, 231.8)
p2 = 1.079e+005 (1.074e+005, 1.085e+005) Goodness of fit:
SSE: 6.279e+007
R-square: 0.9306
Adjusted R-square: 0.9294
RMSE: 1040
表示没出现这种情况。。。。
全部回答
- 1楼网友:像个废品
- 2021-01-30 20:25
用cftool做自定义函数的拟合,其并不是得到的函数与每个散点基本拟合。因为软件考虑了5%的置信区间。如要得到精度较高的拟合函数,可以用 nlinfit( )或 lsqcurvefit()函数。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯