搜索资源列表
lorenzgui
- 用matlab平台实现的拉格朗日插值算法(另附一个插值算法)-Matlab platform with the Lagrange interpolation algorithm (followed by an interpolation algorithm)
chazhihenihe
- MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析-MATLAB realization of Lagrange, piecewise linear, cubic spline interpolation in three ways, changing the number of nodes, interpolation of three preliminary analysis of
ShuZhiFenXi4
- 单位圆的内插实现,里面有4种内插算法:拉格朗日插值、牛顿插值、分段线性插值、分段样条插值、以及插值误差范数估计-Interpolation to achieve the unit circle, which has four kinds of interpolation algorithms: Lagrange interpolation, piecewise-linear interpolation, sub-spline inter
19
- 怎样用MATLAB编程语言实现拉格朗日插值算法-How to use MATLAB programming language Lagrange interpolation algorithm
TheLagrangeandNewtoninterpolation
- 有关拉格朗日和牛顿插值的算法描述及MATLAB编程实现-The Lagrange and Newton interpolation algorithm descr iption and MATLAB programming
chazhi
- 在数值分析中,拉格朗日插值是最简单的一种插值方法。本例就是一个简单的拉格朗日插值的matlab实现。-In the numerical analysis, the Lagrange interpolation is the simplest interpolation method. This example is a simple Lagrange interpolation matlab implementation.
Lagrange
- 拉格朗日插值Matlab编程实现//拉格朗日插值Matlab编程实现-Lagrange Interpolation Matlab programming
chazhishiyan
- matlab下实现拉格朗日插值与三次样条插值,附实验报告-Lagrange interpolation matlab to achieve with cubic spline interpolation, with a lab report
matlablanger
- 利用Matlab语言实现拉格朗日插值计算和复化辛普森,对于数值分析有一定的帮助-matlab LANGRE xinpusen
lagrange_interpolation_6_2
- MATLAB 实现拉格朗日插值算法-Lagrange interpolation algorithm in MATLAB
Interpolation@Matlab
- 插值法的matlab实现,内含说明。拉格朗日插值,均分牛顿插值,差分牛顿插值,三次样条插值,埃米尔特插值-Matlab interpolation method implementations, containing instructions. Lagrange interpolation, Newton interpolation sharing, differential Newton interpolation, cubic sp
fractional-delay-FIR-Filter-Matlab
- 分数延迟FIR滤波器的实现,分别使用了最小二乘法,拉格朗日插值法以及优化加权最小二乘法。-Fractional delay FIR filter implementation, using the least square method, the Lagrange interpolation method and optimization of weighted least squares.
matlab
- matlab 源码,实现欧拉插值,牛顿插值,拉格朗日插值等算法。-matlab source code to achieve Euler interpolation, Newton interpolation, Lagrange interpolation algorithm.
lagrange_interp
- MATLAB编写的拉格朗日插值算法MATLAB interpolation algorithm written in Lagrange(MATLAB interpolation algorithm written in Lagrange)
MATLAB
- 拉格朗日插值用matlab实现,内含三个matlab文件(Lagrange interpolation is implemented with MATLAB)
lagelangrichazhiduoxiangshi
- 拉格朗日插值多项式用matlab实现,目前网上的都是用多层for循环 这没有利用到矩阵的强大功能,matlab就是以矩阵为基础建立的科学软件。对矩阵的运算非常适合。提高运算效率。(The Lagrange interpolation polynomial is realized by MATLAB, and at present, the network is all multilayered for cycle This does
lagrange
- 使用拉格朗日插值计算, 这里以拉格朗日3次插值为例,利用C++进行实现:(Using Lagrange interpolation calculation)
MATLAB实现自定义的拉格朗日插值
- MATLAB源程序代码分享:MATLAB实现自定义的拉格朗日插值(Matlab source code sharing: Matlab to achieve custom Joseph-Louis Lagrange interpolation)
自定义的拉格朗日插值
- 使用MATLAB代码实现自定义的拉格朗日插值