搜索资源列表
matlab 曲线拟合
- matlab 曲线拟合源代码 毕业设计常用
Bezier_circle
- 贝塞尔曲线拟合程序,完全利用matlab实现-Bezier curve fitting procedures
wenjian
- matlab在通信工程的应用以及matlab在曲线拟合和函数图像的应用-matlab works in communications applications, as well as matlab curve fitting and function in the application of image
instructionsofcurvefitting
- 一本介绍在matlab下曲线拟合的好书,书中含有大量的实例。-An introduction under the curve fitting in matlab books, the book contains many examples.
multifit
- 功能:离散试验数据点的多项式曲线拟合 调用格式:A=multifit(x,y,m) 其中:x: 试验数据点的x坐标向量 Y: 试验数据点的y坐标向量 m: 拟合多项式的次数 -Functions: discrete experimental data points, the polynomial curve fitting call format: A = multifit (x, y, m) where: x: experimental data points, x
1
- 用MATLAB编写的求曲线拟合的程序,希望大家分享一下。我是新来的。-Prepared using MATLAB for curve fitting process, I hope to share with Members. I was new.
polyfitconvenient
- 利用 matlab的GUI 环境编写 多项式曲线拟合程序,及其界面,由于参数的输入是实时的、拟合过程可以实时显示,因而使用非常方便。-Using matlab GUI to prepare the environment polynomial curve fitting procedures, and its interface, as input parameters in real time, the fitting process can be real-time display, whi
Matlab
- Matlab基础例题程序,分为矩阵、图形、曲线拟合等,可用初学者学习使用-Code for practice of matlab
CurveFittingguide
- matlab曲线拟合工具箱使用说明,可以直接得到拟合曲线的表达式。-matlab_curve
curvefitting
- MATLAB在曲线拟合中的应用,主要有一元线性回归 ,多元线性回归,曲线回归等-Curve fitting in MATLAB application, there are multi-linear regression linear regression, curvilinear regression, etc.
hsbj
- matlab和切比雪夫,里面有很多曲线拟合-matlab
Matlab_Curve_Fitting_Tool
- Matlab的曲线拟合(CFT)工具箱详细的使用说明,版本Matlab7-Matlab curve fitting toolbox reference Version:Matlab7
my_47
- 基于最小二乘法的曲线拟合,m文件带有仿真数据-Based on least squares curve fitting, m file with the simulation data
案例三 多项式和非多项式曲线拟合
- MATLAB经典案例系列视频,多项式和非多项式曲线拟合(MATLAB classic case series video, polynomial and non polynomial curve fitting)
NIHE
- 这是自己修改过的实际matlab曲线拟合程序,可实现3阶最小二乘拟合(This is the actual Matlab curve fitting program which can realize the 3rd order least squares fitting)
MATLAB
- 利用matlab程序,进行曲线拟合,并返回误差R值(Matlab program, curve fitting, and return error R value)
实验2
- 最小二乘法详细程序实现。曲线拟合。 1.直线型 2.多项式型 3.分数函数型 4.指数函数型 5.对数线性型 6.高斯函数型(The principle of least square method, formula deduction, program realization.)
数据拟合
- 利用MATLAB进行数据拟合,常见的数据拟合方法。包括:一元函数插值、样条插值、多项式插值或拟合 、曲线拟合、拉格朗日插值法等。(MATLAB data fitting, common data fitting methods. It includes: interpolation of unitary function, spline interpolation, polynomial interpolation or fitting, curve fitting, Lagrange inte
MATLAB曲线拟合程序
- 此代码为一段用MATLAB编写的二维曲线拟合程序
matlab曲线拟合代码
- matlab源程序,数据曲线拟合代码,有对应文档说明