登录
首页 » matlab » matlab最小二乘法曲面拟合

matlab最小二乘法曲面拟合

于 2019-05-10 发布 文件大小:22KB
0 103
下载积分: 1 下载次数: 9

代码说明:

  matlab最小二乘法曲面拟合程序可以得到函数具体解析式(Matlab least squares surface fitting program can get the specific analytic expression of the function)

文件列表:

nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式), 0 , 2012-10-30
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\www.pudn.com.txt, 218 , 2007-06-04
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序, 0 , 2012-10-30
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序\leftmatrix.m, 608 , 2007-06-27
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序\main.m, 826 , 2007-06-27
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序\qiuhe.m, 437 , 2007-06-27
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序\quotient.m, 65 , 2007-06-27
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序\readme.doc, 59392 , 2007-06-30
nihe(matlab最小二乘法曲面拟合程序,可以得到函数具体解析式)\曲面拟合matlab程序\rightmatrix.m, 294 , 2007-06-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GFF_1.0
    Image Fusion With Guided Filtering基于向导滤波的图像融合。将图像分解成基础层和细节层,用一种新型的滤波融合图像,使融合效果更显著更高效。(The image is decomposed into a base layer and layer of detail, the fused image with a new filter, the fusion effect is more pronounced and more efficient.)
    2016-05-20 16:11:45下载
    积分:1
  • image-processing
    1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。 ((1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 times the original 2) around the center of rotation of 30 degrees (CW) 3) interpolation of the offset to achieve a perspective transformation.gray level difference between the nearest neighbor interpolation and bilinear interpolation (2) draw a grayscale image of the gradient magnitude image (three-point method seeking gradient), the gradient magnitude image is reasonable to select a threshold value (the test can be) the second value to the image edge detection image.)
    2012-03-13 23:16:59下载
    积分:1
  • L2
    说明:  基于L2范数的多帧图像超分辨率图像重建算法,在现有算法基础上改进计算精度和效率。(Based on the L2 norm of the multi-frame image super-resolution image reconstruction algorithm, on the basis of existing algorithms to improve computational accuracy and efficiency.)
    2012-08-20 20:45:14下载
    积分:1
  • bwlabel
    说明:  vc++调用matlab函数混合编程实现二值图像的区域标记。(vc++ call matlab function Matlab binary image of the regional markers.)
    2008-10-13 15:39:51下载
    积分:1
  • cxrDCT
    DCT1实现一维离散余弦变换; DCT2实现二维离散余弦变换; 其中使用的算法是碟形算法来实现频域变换(DCT1 peacekeeping achieve a discrete cosine transform; DCT2 achieve two-dimensional discrete cosine transform; the use of the algorithm is dishing algorithm to achieve the transformation frequency domain)
    2007-05-20 09:22:12下载
    积分:1
  • matlab手势识别
    说明:  基于matlab的简单手势识别代码,初学者可自行下载。(Simple gesture recognition code, beginners can download.)
    2020-02-26 17:27:22下载
    积分:1
  • 深居浅出AutoCAD二次开发.pdf
    AutoCAD 以其通用的格式、完善的图形绘制功能及强大的图形编辑功能在各行业计算机辅助设计方面发挥着举足轻重的作用,对其进行二次开发能以更高精度、速度的进行计算机辅助设计,提高工作效率。如今 AutoCAD 支持的二次开发语言比较丰富,不管在哪种开发语言下对其进行二次开发 AutoCAD 的运行原理、程序设计的方法及开发思路是不变的。综合各种开发语言的性能、功能、开发周期、开发难度以及未来的趋势得出结论:在.NET(C#)环境下对其进行二次开发最为合适。本书力求循序渐进、由浅入深,详细介绍 AutoCAD 二次开发原理与技术。以.NET(C#)环境下二次开发为主线,并介绍.NET(C#)调用 ObjectARX(C )程序的方法,从而实现在 C#环境中构建程序框架(易于实现与修改),必要的时候在 C 环境中实现复杂或目前未托管的程序功能。融入 C 程序让.NET(C#)开发即便捷高效又功能强大。本书在详细的介绍 AutoCAD 基本对象及功能实现的同时结合丰富的开发实例以拓展开发的思路、指导实践开发的过程。本书内容安排如下:第一章“概述” 主要介绍 AutoCAD 软件的功能用途以及开发环境。第二章“AutoCAD 操作应用” 简单介绍软件的应用操作。第三章“程序设计基础” 主要介绍程序设计的基础。第四章“数据库基础” 主要介绍数据库相关的基础知识。第五章 “AutoCAD.NET 开发” 主要介绍 AutoCAD.NET APIs 及 AutoCAD 开发的基本方法与过程。第六章“开发实例” 详细介绍 AutoCAD 的开发过程以及开发思路。本书版权属于数字建筑网(http://www.BimCad.org)站长李冠亿所有。
    2020-11-29下载
    积分:1
  • sift-match
    MATLAB工具sift实现图像拼接,上下拼接(MATLAB tool sift image stitching, stitching up and down)
    2012-05-28 19:19:44下载
    积分:1
  • wenlichengxu
    有关纹理的图像检索算法,利用双树复小波提取图像的纹理特征(Texture image retrieval algorithm using tree complex wavelet extraction image texture features)
    2020-10-28 14:59:58下载
    积分:1
  • gray2rgb
    能将一幅灰度图像根据用户自己给定的彩色图像将其对应的转化为真彩色图像。(Gray image can be processed into rgb image.)
    2013-10-16 10:15:06下载
    积分:1
  • 696524资源总数
  • 103957会员总数
  • 51今日下载