问题:
使用matlab的Curve Fit Tool 进行数据的拟合,选择多项式模式,从3阶到4阶切换时,对验证数据的测试相对误差偏大,而且大的离谱
原因:
拟合系数的默认显示位数为4
解决方式:
1)选择拟合界面上的 save to …
2)保存为指定命名的结构体:
3)分别对单个拟合系数变量加载
操作命令1:
或者查看更多的拟合系数位数:
操作命令2:
vpa(x) uses variable-precision floating-point arithmetic (VPA) to evaluate each element of the symbolic input x to at least d significant digits, where d is the value of the digits function. The default value of digits is 32.
vpa(x,d) uses at least d significant digits, instead of the value of digits.
参考文献:
【1】这篇文档写的不错https://wenku.baidu.com/view/7ad96d49a4e9856a561252d380eb6294dc882205