登录
首页 » matlab » 66090

66090

于 2015-03-12 发布 文件大小:2KB
0 112
下载积分: 1 下载次数: 3

代码说明:

  The following Matlab project contains the source code and Matlab examples used for fitting an ellipse to a given set of points. The most accurate and robust fit minimizes geometric (orthogonal) distances the observed points to the fitting curve.

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

发表评论

0 个回复

  • code
    利用TM图像,反演各种海面环境因子,例如海面温度,泥沙含量,叶绿素a等。(TM image using the inversion of various sea environmental factors, such as sea surface temperature, sediment content, chlorophyll a and so on.)
    2011-05-22 12:05:39下载
    积分:1
  • kf
    说明:  扩展卡尔曼滤波的一个原理程序,真实值为常量。(A principle extended Kalman filter procedure, the real value is constant.)
    2012-05-16 21:00:51下载
    积分:1
  • delay
    2D周期性圆柱组成的,lens的几何设计和delay的计算,使用各项同性圆柱(2D periodic cylinder’s delay)
    2012-06-19 21:51:39下载
    积分:1
  • harandi_cvpr_2011_matlab
    2012 ECCV 稀疏编码和 字典学习( Sparse Coding and Dictionary Learning for Symmetric Positive Definite Matrices: A Kernel Approach. European Conference on Computer Vision (ECCV), pp. 216-229, 2012.)
    2012-11-25 20:27:14下载
    积分:1
  • MoranProcess
    种群中的博弈个体收益变化的情况下,给出了生灭过程下,合作与背叛两种策略的演化过程(The case of population changes in yield Game individuals are given under the death process, collaboration and betrayal of the evolution of the two strategies)
    2020-10-18 13:57:26下载
    积分:1
  • HFRSIM-dong20061210
    高频地波雷达完整仿真matlab程序 网上找到的,很好很强大(HF ground wave radar matlab simulation program integrity found online, very good strong)
    2021-01-21 20:08:45下载
    积分:1
  • VoiceRecognition
    voice recognition project code
    2010-10-23 18:21:17下载
    积分:1
  • bolztmann
    使用bolztmann机实现多层分类网络,内有mnist数据集(Machine to achieve multiple classifiers using bolztmann network data sets within mnist)
    2011-06-08 19:01:15下载
    积分:1
  • matlab-csp
    document about matlab code solar power
    2014-09-22 18:37:26下载
    积分:1
  • src
    How to use the ordinary Voronoi partition generator. The m-files also have their own help documentation that you can view in Matlab. This code creates a bounding polygon that is a square. Then it randomly creates 10 points and then creates and draws the partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(2, 10) regions = voronoi(bounds, points) drawRegions(bounds, regions) ================================ This is a brief set of instructions on how to use the Multiplicatively- weighted Voronoi partition generator. Each of the m-files has a help section, so in Matlab you can call: help mwvoronoi help drawRegions Here is an example that creates a bounding polygon, a square with side length 10. Then it randomly creates six points with random weights. Finally, the code draws the resulting partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(3, 6) regions = mwvoronoi(bounds, points) drawRegions(bounds, regions) Enjoy!
    2013-10-30 12:23:18下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载