搜索资源列表
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
mypolyfit042
- 曲线拟合涉及回答两个基本问题:最佳拟合意味着什么?应该用什么样的曲线?可用许多不同的方法定义最佳拟合,并存在无穷数目的曲线。-Curve fitting
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
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
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)
Polynomial_Fitting
- 利用matlab用最基础的语法编写曲线拟合的程序(Using MATLAB to write curve fitting program with the most basic grammar)
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)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)