参考:https://www.jianshu.com/p/fb4b04e1b1e3 

拟合工具下去在APP里下图箭头所指处 

MATLAB-拟合工具箱 

可在x data , Y data 选择自己要拟合的数据   右边选择逼近的方式MATLAB-拟合工具箱

  • Custom Equations:用户自定义的函数类型
  • Exponential:指数逼近,有2种类型, aexp(bx) 、 aexp(bx) + cexp(dx)
  • Fourier:傅立叶逼近,有7种类型,基础型是 a0 + a1cos(xw) + b1sin(xw)
  • Gaussian:高斯逼近,有8种类型,基础型是 a1*exp(-((x-b1)/c1)^2)
  • Interpolant:插值逼近,有4种类型,linear、nearest neighbor、cubic spline、shape-preserving
  • Polynomial:多形式逼近,有9种类型,linear ~、quadratic ~、cubic ~、4-9th degree ~
  • Power:幂逼近,有2种类型,ax^b 、ax^b + c
  • Rational:有理数逼近,分子、分母共有的类型是linear ~、quadratic ~、cubic ~、4-5th degree ~;此外,分子还包括constant型
  • Smoothing Spline:平滑逼近(翻译的不大恰当,不好意思)
  • Sum of Sin Functions:正弦曲线逼近,有8种类型,基础型是 a1sin(b1x + c1)
    Weibull:只有一种,abx(b-1)*exp(-a*xb)

拟合结果

查看results  

MATLAB-拟合工具箱



作者:小武子
链接:https://www.jianshu.com/p/fb4b04e1b1e3
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

相关文章:

  • 2021-11-12
  • 2021-10-26
  • 2022-01-07
  • 2021-08-07
  • 2021-12-20
猜你喜欢
  • 2021-11-12
  • 2021-10-05
  • 2021-11-12
  • 2021-11-12
  • 2021-09-29
  • 2021-12-18
  • 2021-11-08
相关资源
相似解决方案