搜索资源列表
matlab曲面拟合程序
- matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
polyfit2d.rar
- 根据已知的三维离散数据(x,y,z),在MATLAB中利用此函数进行三维曲面拟合,再根据polyval2d得出拟合函数的系数矩阵。,according to 3D discrete datum (x,y,z),use this function in MATLAB to fit 3D surface, and use polyval2d to get coefficient matrix
nurbs
- nurbs曲面拟合,采用nurbs算法,对随机生成点阵进行曲面拟合-nurbs surface fitting using nurbs algorithm, on randomly generated lattice for surface fitting
matlab_program
- Matlab曲面拟合程序,利用最小二乘法来求得近似值,非常不错的东西-matlab program for fit curve
MovingLeast-SquaresMLS
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
matlabcurvefittingandcode
- 详细介绍了matlab下的曲线和曲面拟合,并有一份word的原理说明,介绍的很详细,可供参考和实际运用-Described in detail under the matlab curve and surface fitting, and a word there is the principle that the very detailed introduction is available for reference and practical use of
shepard
- 用Shepard方法实现散乱数据的曲面拟合-Shepard method using surface fitting of scattered data
Movingleastsquaremethodbasedonthecurveandsurfacefi
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法这种方法对传统的最小二乘(LS)法的作了比较大的改进使生成的曲线曲面具 有精度高光滑性好等许多优点详细介绍了移动最小二乘法的原理应用和特点并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程最后给出了曲线拟合和空间散 乱数据曲面拟合算例将拟合结果与最小二乘拟合结果作了比较分析了MLS 拟合曲线曲 面的光滑性和拟合质量表明了该方法的优越性和有效性-The establis
FitF
- 免疫算法实现多峰、多极值函数平面曲面拟合-Immune algorithm to achieve multi-peak and multi-planar surface fitting extremal function
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
eegplot
- 散乱密集点的曲面拟合,在国外matlab论坛上下载的,看了一下,写的有点繁琐,还是比较不错的-Scattered dense surface point Fitting in foreign matlab forum, download, read about, write a bit cumbersome, it is quite good
gridfit
- 该函数用于二维曲面拟合,能拟合出f=(x,y)的函数图形。-Gridfit is a surface modeling tool, fitting a surface of the form z(x,y) to scattered (or regular) data. As it is not an interpolant, it allows the existence of replicates in your data with no problems.
Matlab
- 一篇用于样条曲面拟合的matlab程序实现的论文,对于初学者具有很好的借鉴意义。-1 for the spline fitting matlab program implementation paper for beginners with a good reference.
fit
- 曲面拟合的程序,网上很多地方有,但是都是错的,我改正后上传了-Surface fitting procedure, there are many places online, but it is wrong, I uploaded the corrected
zernikefun
- 由离散数据点进行曲面拟合,得到曲面方程,通过光路追迹计算波像差-Discrete data points from the surface fitting, curve equation obtained by tracing calculation of optical aberration
B3sample1
- 多层次B样条曲面拟合,采用均匀的控制点实现曲面的光滑拟合。-Multi-level B-spline surface fitting, use of control points to achieve a uniform smooth surface fitting.
第6讲 用MATLAB进行数据拟合
- 数据拟合,入门 数据拟合是一个数学函数,在MATLAB的NAG Foundation Toolbox中也有一些曲面拟合函数,如e02daf是最小二乘平方曲面拟合函数,e02def可求出曲面拟合的函数值(Data fitting is a mathematical function, in MATLAB NAG Foundation Toolbox, there are also some surface fitting functions, such as e02daf is the leas
matlab最小二乘法曲面拟合
- matlab最小二乘法曲面拟合程序可以得到函数具体解析式(Matlab least squares surface fitting program can get the specific analytic expression of the function)
基于移动最小二乘法的曲线曲面拟合
- 基于移动最小二乘法的曲线曲面拟合,MATLAB代码编辑流程(MATLAB Code Editing Process Based on Moving Least Square Method for Curve and Surface Fitting)
Guassian_Fitting_Function_curve
- 此matlab代码利用求解线性方程组的方法,实现了高斯二维曲面拟合(附数学原理PDF文档)(This matlab code use the method of solving linear equations to achieve gaussian two-dimensional surface fitting)