登录
首页 » matlab » src

src

于 2013-10-30 发布 文件大小:13KB
0 104
下载积分: 1 下载次数: 23

代码说明:

  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!

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

发表评论

0 个回复

  • calcError
    Sensoer code is realted to loacalization that is written in matlab programming..
    2009-07-09 01:36:25下载
    积分:1
  • MATLAB234321466
    MATLAB在机械设计专家系统中的应用.论文 (MATLAB in mechanical design expert system application. Papers)
    2007-05-15 23:12:06下载
    积分:1
  • Matlab-AHP
    用matlab求解层次分析法的特征值,非常实用的小程序。(Use matlab solve AHP.)
    2011-11-28 16:28:26下载
    积分:1
  • LMS
    1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters: X (n) is the input vector, otherwise known as the training sample W (n) for the weight vector e (n) for the deviation d (n) is the desired output y (n) is the actual output η is the learning rate n is the number of iterations)
    2011-12-10 20:22:05下载
    积分:1
  • doxygen_manual-1.4.3
    doxygen是一个代码文档化工具。通过他可以自动的生成注释和文档。很方便(doxygen is a code documentation tool. Can be automatically generated through his notes and documents. Easily)
    2010-01-14 15:13:26下载
    积分:1
  • eMule0.47b-Sources
    鼎鼎大名eMule(电骡) V0.47b 源码下载 (famous eMule (electricity mule) V0.47b download FOSS)
    2006-10-08 07:07:49下载
    积分:1
  • snake
    snake (active contou) operator
    2011-06-03 17:08:04下载
    积分:1
  • main0602
    这是一个非常重要的而又简单的程序,是书上常用和数学建模的好帮手(great partner)
    2013-08-12 11:12:04下载
    积分:1
  • regression-analysis-for-6-factor
    本代码可以实现对于6个数据的回归分析及处理,并可修改进行相关推广(This code can return to the six data analysis and processing, and modify the relevant promotion)
    2012-09-08 08:59:44下载
    积分:1
  • TabuSearch
    it consists of matlab code for vehicle routing problem with time windows using Tabu search
    2015-02-16 14:09:42下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载