搜索资源列表
实验2-插值与拟合
- 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation method. Analisize the 3 interpola
chazhinihe2123
- matlab 插值与拟合的几个程序 牛顿迭代法 数值分析与mtlab源码 还有其他的一些例子-Matlab interpolation and fitting of several procedures Newton iterative numerical analysis and also its source mtlab Some of his examples
插值与拟合
- 用MATLAB做的插值与拟合的程序及课件PPT。适合初学者。-MATLAB do interpolation and fitting procedures and courseware PPT. For beginners.
czyulihe
- 插值与拟合实验MATLAB程序,以及中文介绍方法
matlabsf
- 各种matlab经典算法:插值与拟合 规划问题 绘图 解方程 数据分析
MatlabClassicSourceCodes
- matlab经典算法的程序:规划问题,插值与拟合,解方程,数据分析,绘图等。内含程序源码及教学课件
Matlab经典算法__插值与拟合
- Matlab经典算法__插值与拟合.rar
matlab_JingDianSuanFaChengXu
- matlab经典算法程序,包括:插值与拟合、规划问题、绘图、解方程、数据分析等等,对初学者有些帮助,到现在还经常看看,温故而知新。-classical algorithm matlab procedures, including: interpolation and fitting, planning, mapping, solution of equations, data analysis, etc., for beginners and some help, and now often s
czynh
- 插值与拟合的一些matlab源码 里边有好几个 大家选择的看吧-Interpolation and fitting some of matlab source inside us There are several options and see
nihe
- 插值与拟合程序.matlab学习毕业设计必用.-Interpolation and fitting procedures. Matlab graduate study design must be used.
spline
- Matlab学习宝典 插值与拟合 Matlab学习宝典-Learning Matlab Interpolation and Fitting Matlab Baodian learning Baodian
Interpolationfitting
- 应用MatLab软件进行插值与拟合的程序代码-Application of MatLab software interpolation and fitting code
chazhiyunihe
- 用于MATLAB来进行插值与拟合的处理,含有PPT介绍。-Used in MATLAB to carry out interpolation and fitting processing, containing PPT introduced.
chazhinihe
- matlab的经典算法--用于各种插值与拟合-matlab classical algorithm- interpolation and fitting
matlab插值与数据拟合
- 使用matlab的插值与数据拟合,含有插值原理,方程,插值方法有:拉格朗日多项式插值,分段线性插值,三次样条插值,最小二乘法,有多个实例(有源码、语句、结果、图像等)
插值与拟合(matlab+lingo源代码) (2)
- 插值与拟合(matlab+lingo源代码)(Interpolation and fitting (matlab + lingo source code))
插值与拟合
- 这是matlab中做差值拟合的标准程序及配套解释。(This is the standard procedures and supporting the interpretation of Fit.)
厄尔米特插值与高斯消去解法
- 用厄尔米特插值法拟合曲线,用高斯消去法解线性方程。(The Earl milt interpolation method is used to fit the curve, and the Gauss elimination method is used to solve the linear equation.)
插值与拟合
- matlab经典算法的程序\插值与拟合 包括多项式的拟合,多项式的插值,有经典算例(The program of the classical matlab algorithm -- interpolation and fitting)
五次多项式插值
- matlab五次多项式插值曲线拟合代码,速度与加速度都是平滑的,比三次多项式好。