搜索资源列表
polyfit2d
- 二维多项式拟合 仿照matlab中polyfit编写
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
mat
- 拟合—内插——插值——保存图片
Polyfit
- 该程序是基于最小二乘法的多项式拟合,基于.net的c#实现的。该算法是一个类,可直接调用。-The program is based on the method of least squares polynomial fitting, c#. Net-based. The algorithm is a class that can be called directly.
polyfit
- matlab里ployfit的原型 c#版-the matlab ployfit the prototype c# version
Polyfit
- 曲线拟合,计算曲线方程的系数。C#类文件,可以直接调用,方便快捷。-Curve fitting, curve equation calculating the coefficients. C# class file that can be called directly, convenient and quick.
polyfit
- 最小二乘法曲线拟合,拟合次数最高可到20次,次数越高误差会越大-polyfilt function using C language
function
- 多项式拟合函数polyfit之C语言的源码-Polynomial function of the C language source code polyfit
polyfit
- 基于OpenCV的三次多项式拟合程序,使用最小二乘法求解线性方程组-cubic polynomial fitting procedure based on OpenCV
PolyFit
- Delphi 多点曲线光滑拟和,实现1次多项式最小二乘、2次多项式最小二乘,最终显示实验值、a+bx+cx^2拟合、ae^(b/x)拟合值,以控制台窗口方式显示出运算结果。-Delphi smooth curve fitting and more, the realization of a polynomial least squares, two polynomial least squares, finally shows the experimental value, a+ bx+ cx
Data-fitting
- 数据拟合 interp1 - 一元函数插值 spline - 样条插值 polyfit - 多项式插值或拟合 curvefit - 曲线拟合 caspe - 各种边界条件的样条插值 casps - 样条拟合(没有) interp2 - 二元函数插值 griddata - 不规则数据的二元函数插值 *interp - 不单调节点插值 *lagrange - 拉格朗日插值法- Data fitting interp1- one yu
polyfit
- 拟合多项式 两组数据之间关系建立,通过优化表达函数式-The relationship between the two sets of data is established, by optimizing the expression function
Curve_Fit
- Python多项式拟合,带拟合原始数据,可以显示拟合原始数据和拟合曲线图(Python polyfit;With original data;)
polyfit
- 根据c代码修改的多项式拟合代码,未调用python第三方库,手打(Polynomial_python:function.According to the polynomial fitting code modified by c code, the python third-party library is not called.)
