搜索资源列表
-
0下载:
这是一个拉格朗日插值法的matlab程序,适合学习数值模拟的同学学习下载。-This is a Lagrangian of Matlab interpolation procedures, numerical simulation study for students learning to download.
-
-
0下载:
Lagrange插值函数lagr1(x0,y0,x)的matlab源程序:
function y=lagr1(x0,y0,x)
n=length(x0) m=length(x)
for i=1:m
z=x(i)
-Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n = length (x0) m = length (x) for
-
-
0下载:
本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
-
-
0下载:
excel和matlab混和编程exlink实现回归与模拟,还有几个插值运算小程序-excel and Matlab programming exlink mixture to achieve reunification with the simulation, Operational several small interpolation procedures
-
-
0下载:
几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法
,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation, Newton-interpolation, Hermite
-