说明:MATLAB在多项式计算中的应用,能帮助你轻松解决多项式计算问题。-MATLAB in the polynomial calculation can help you easily solve the problem of polynomial calculation.
说明:函数逼近与拟合 240 7.1 正交多项式 240 7.1.1 正交函数族 240 7.1.2 几个常用的正交多项式 242 7.2 最佳一致逼近 246 7.3 最佳平方逼近 249 7.4 最小二乘拟合 252 7.4.1 线性最小二乘拟合 253 7.4.2 非...
说明:Legendre polynomial fitting(勒让德多项式拟合)该算法程序找出N阶勒让德多项式你的的权值系数
勒让德拟合 legendre-polynomial Legendre-matlab LegendreFit Legendre-BEM
说明:泽尼克多项式来表示波前形状,此程序运用matlab求得泽尼克多项式系数- Searched: Entire Web Site Advanced Search Results 1 through 9 of 9 Zernike Polynomial Coefficients for a given Wa...
说明:对于多项式y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n用递推最小二乘法来估计上式中的b0, b1, ..., bn