matlab多种插值拟合方法我要分享

Several interpolation fitting methods in MATLAB

matlab-科学计算-插值拟合 newton

关注次数: 271

下载次数: 0

文件大小: 1KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

以一种函数为例展示多种插值方法,包括分段线性插值、Newton插值、拉格朗日插值等等,并给出了函数文件及脚本文件。


English Description:

Take a function as an example to show a variety of interpolation methods, including piecewise linear interpolation, Newton interpolation, Lagrange interpolation and so on, and give the function file and script file.


代码预览

上机作业1\image1.m

上机作业1\image2.m

上机作业1\image3.m

上机作业1\image4.m

上机作业1\image5.m

上机作业1\lagrange.m

上机作业1\newton.m