搜索资源列表
optimizationinMatlab.rar
- MATLAB最优化计算20例.m文件,包括二次插值,黄金分割,罚函数法,遗传算法,拉格朗日乘子法等,MATLAB Optimization Calculation of 20 cases. M documents, including quadratic interpolation, Golden Section, penalty function method, genetic algorithm, Lagrange multiplier method
matlabsuanfa
- 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
chazhifa
- 本程序为利用给定节点,求未知节点插值法,包括拉格朗日插值法和牛顿向前插值法-This procedure for the use of a given node, seeking the unknown node interpolation method, including the Lagrange interpolation method and Newton' s forward interpolation
NA-Proj
- 多种曲线拟合牙齿轮廓,有最小二乘法,beizer曲线,Newton插值,拉格朗日插值法-interpolation to contour teeth
langrange
- 拉格朗日插值法。当给出一系列xi以及相应的yi,可以用此法求出一个二元一次方程f,使得f(xi)=yi。-Lagrange interpolation. When given a series of xi and the corresponding yi, a binary one can find the equation of this method f, so f (xi) = yi.
Lagrangechazhifa
- 拉格朗日插值法,是学习插值的基本内容,这里是一个该插值法的matlab程序文件,可以帮助大家进一步学习-Lagrange interpolation method, interpolation is to learn the basic content, here is a program of the interpolation matlab file, you can help us to further study
lagrange
- 拉格朗日插值法实现代码 可生成用n-1次Lagrange插值函数插值的结果-Lagrange interpolation method to achieve code
lagrange-matlab
- 拉格朗日插值法,输入x,y,再输入变量xi,就可以求得yi。-Lagrange interpolation method, the input x, y, and input variables xi, yi obtained.
lagrange
- 拉格朗日插值法 牛顿插值法 matlab源代码 测试可用-Lagrange interpolation Newton interpolation method matlab source code testing available
interpolation-algorithm
- 给定m个节点的函数值,分别利用牛顿插值法和拉格朗日插值法,计算固定点处的函数值-Function value to the set of m nodes, Newton interpolation and Lagrange interpolation method to calculate the function value of the fixed point
Numerical-solutions-for-Matlab
- matlab常用数值计算,包括牛顿迭代,拉格朗日插值法,牛顿差值,高斯消元,三角分解法,追赶法等。-matlab numerical calculations, including Newton iteration, Lagrange interpolation, Newton difference, Gaussian elimination, triangular decomposition, and catch up with the law.
chazhi1
- 一个基本的拉格朗日插值法示例,做出了图像帮助直观理解-Examples of Lagrange interpolation
lagrange.m
- 拉格朗日插值法的matlab程序,大家一起学习。-Matlab program of Lagrange s interpolation
subfunction
- 5个子函数,包括格拉布斯剔除异常值函数,牛顿插值法函数,拉格朗日插值法函数,希尔排序函数,莱以特准则剔除异常值函数,函数方便移植。-5 sub-functions, including functions Grubbs outliers removed, Newton interpolation function, Lagrange interpolation function, Hill sort function, Levin special criteria to exclude outl
Lagrange
- 拉格朗日插值法,给定n个点,求n-1次插值函数以及插值结果。文件包含拉格朗日插值函数文件和一个例程,可以快速学习拉格朗日插值的算法。(Lagrange interpolation method. Given n points, and can get n-1 th order interpolation function and interpolation results. The file contains Lagrange interpolation function file and an
Lagrange
- 拉格朗日插值法,给定n个点,求n-1次插值函数以及插值结果。文件包含拉格朗日插值函数文件和一个例程,可以快速学习拉格朗日插值的算法。(Lagrange interpolation method. Given n points, and can get n-1 th order interpolation function and interpolation results. The file contains Lagrange interpolation function file and an
insert
- 牛顿 拉格朗日 埃尔米特插值法 matlab程序(Newton Lagrange Hermite)
数值分析
- 用拉格朗日插值法拟合曲线,用牛顿插值法拟合曲线,用厄尔米特插值拟合曲线。(The curve is fitted by Lagrange interpolation, and the curve is fitted by Newton interpolation, and Earl milt interpolation is used to fit the curve.)
Lag_polyfit New_polyfit
- 拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
插值法程序
- 插值法程序,包含拉格朗日插值法和牛顿插值法(interpolation method, includes Lagrange interpolation and Newton interpolation)