搜索资源列表
实验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程序,以及中文介绍方法
Matlab经典算法__插值与拟合
- Matlab经典算法__插值与拟合.rar
插值与拟合
- 讲义ppt 及实验源码,matlab
spline
- Matlab学习宝典 插值与拟合 Matlab学习宝典-Learning Matlab Interpolation and Fitting Matlab Baodian learning Baodian
InterpolationAndFitting
- 插值与拟合的一些经典算法,包含多项式插值和二维插值,以及一些数学建模实例-some classic algorithms interpolation and fitting, including polynomial interpolation and two-dimensional interpolation, as well as some examples of mathematical modeling
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中m文件实现 。(the above fitting program is done by matlab M file ,which is useful for beginnners.)
插值与拟合(matlab+lingo源代码) (2)
- 插值与拟合(matlab+lingo源代码)(Interpolation and fitting (matlab + lingo source code))
插值与拟合
- 这是matlab中做差值拟合的标准程序及配套解释。(This is the standard procedures and supporting the interpretation of Fit.)
插值拟合
- 用于函数的插值与拟合(Matlab实现)(For the interpolation and fitting function)
插值与拟合
- 运用插值与拟合的手段解决问题。例程涵盖多种插值拟合matlab算法(Solving problems by means of interpolation and fitting. Routines cover a variety of interpolation fitting matlab algorithm)
厄尔米特插值与高斯消去解法
- 用厄尔米特插值法拟合曲线,用高斯消去法解线性方程。(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五次多项式插值曲线拟合代码,速度与加速度都是平滑的,比三次多项式好。