搜索资源列表
2
- 学会怎样在Matlab中绘制不同函数曲线的用户界面-Learn how to draw a different function in the Matlab user interface curve
4
- 学会怎样在Matlab中制作可设置函数曲线光源的用户界面-Learn how to create can be set in the Matlab function curve in the light of the user interface
fortran-for-bspline
- B样条函数插值,可以利用它对一些曲线进行光滑的插值-B-spline interpolation, we can use it to some smooth curve interpolation
nogf2
- 这个主要是讲在MFC中如何使用bizer这个函数来画可变的曲线-This is mainly about how to use in the MFC bizer this function to draw the curve of the variable
插值方法
- 插值算法:插值方法包括:(1)线性插值(2)抛物插值(3)拉格朗日插值。三种方法都是利用离散的数据近似模拟曲线函数走向,从而给出指定离散点对应的函数值。选用不同类型的插值函数,逼近的效果不同,线性插值需要根据给定的两个点,抛物插值需要给定三个点,一般形式则通过拉格朗日插值来求解(Interpolation algorithms: interpolation methods include: (1) linear interpolation (2) parabolic interpolation
曲线拟合
- 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear algebra knowledge, find out the
2153178
- 用 ATL ActiveX 绘制任意平面函数的曲线,很好的源码()