搜索资源列表
matlab 曲线拟合
- matlab 曲线拟合源代码 毕业设计常用
Matlab曲线拟合 最小二乘法 polyfit
- 已知离散点上的数据集 ,即已知在点集 上的函数值 ,构造一个解析函数(其图形为一曲线)使 在原离散点 上尽可能接近给定的 值,这一过程称为曲线拟合。最常用的曲线拟合方法是最小二乘法,该方法是寻找函数 使得最小
曲线◎拟合
- vc++二维数据拟合源代码边干边学过后 共和国精华区 国会结构化-vc fitting two-dimensional data source learning by doing focus of the Republic after the structure of Congress
最小二乘法的曲线拟合
- 使用最小的二乘法实现对曲线的拟合。并输出最后的拟合曲线-use of the two smallest multiplication achieve the right curve fitting. And the final output curve
nihequxian
- 在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source.
line-fit
- 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
annmatlab
- 神经网络得matlab实现,实现函数得曲线拟合-neural networks in Matlab, has implemented function in curve fitting
fit_mix_gaussian
- 混合高斯模型的曲线拟合matlab源代码-Gaussian mixture model of curve fitting Matlab source code
RBF_classification
- 用rbf神经网络实现分类和曲线拟合,包括分离器和曲线拟合两个文件,可以直接解压缩使用-using neural network classification and curve fitting, including separator and curve fitting two documents, decompression can be used directly
qxnh00005
- 用c++编的matlab曲线拟合程序,都是老师布置的数值分析作业!希望和大家交流.谢谢网站提供这个平台!-c addendum to the use of curve fitting procedures Matlab, Layout of the teachers are numerical analysis operations. We hope and exchanges. Thank you for providing this
LanePursue
- 利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recogniti
MATLABguiApplication
- 这个程序的核心是用最小二乘法进行曲线拟合。我把它做成一个简单的GUI界面。顺带附上使用说明。-this procedure is the core of the least-squares method of curve fitting. I made it a simple GUI interface. Incidentally attached use.
plotfit2
- 多项式二次曲线拟合程序!用于实验设计!另有画图函数并且可以进行方差分析1-quadratic polynomial curve fitting procedures. For the experimental design! Another drawing functions can be carried out an analysis of variance
nihe
- matlab曲线拟合程序,可以得到函数具体解析式(多项式及精度)-matlab curve fitting procedures, can be a specific analytical function (polynomial and precision)
Matlab
- Matlab基础例题程序,分为矩阵、图形、曲线拟合等,可用初学者学习使用-Code for practice of matlab
CurveFittingguide
- matlab曲线拟合工具箱使用说明,可以直接得到拟合曲线的表达式。-matlab_curve
案例三 多项式和非多项式曲线拟合
- MATLAB经典案例系列视频,多项式和非多项式曲线拟合(MATLAB classic case series video, polynomial and non polynomial curve fitting)
MATLAB
- 利用matlab程序,进行曲线拟合,并返回误差R值(Matlab program, curve fitting, and return error R value)
第四章曲线拟合方法
- 关于曲线拟合的实际例子以及MATLAB的实现(A practical example of curve fitting and the realization of MATLAB.)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)