登录
首页 » matlab » src

src

于 2013-10-30 发布 文件大小:13KB
0 207
下载积分: 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 个回复

  • fuzzy_pid
    两种控制方式的性能比较:模糊控制与PID控制(two ways to control the performance comparison : fuzzy control and PID control)
    2005-05-30 16:32:02下载
    积分:1
  • weiji
    文吉尼亚密码的破解和一些算法,供密码学使用(Man Genia password cracking and some of the algorithms used for cryptography)
    2011-10-15 23:50:29下载
    积分:1
  • pca-sift
    sift源代码,以及对sift原理的详细解说,附带low的sift原始源代码(the sift the source code, as well as a detailed explanation of the SIFT principle with low sift the original source code)
    2013-05-16 22:29:37下载
    积分:1
  • 高维降低维 tSNE matlab
    the function of tSNE_matlab
    2020-11-30 18:29:28下载
    积分:1
  • mccdma
    多载波码分多址(MCCDMA)在瑞利信道的仿真(Multi-carrier code division multiple access (MCCDMA) simulation in Rayleigh Channel)
    2010-08-02 10:03:23下载
    积分:1
  • JPEG-encoder
    Program to encode in JPEG algorithm. Note, this doesnot output JPEG file. but a matlab demonstration of the process how jpeg is created.
    2011-04-27 10:45:33下载
    积分:1
  • FF-RLST
    系统辨识 自适应控制 经典递推算法 最小二乘递推算法(system identification least square algorithm)
    2011-11-25 21:33:30下载
    积分:1
  • fixtime_control
    单交叉口的定时控制的matlab源代码,毕业设计的东西,搞得好辛苦啊(Single intersection timing control matlab source code graduation design stuff, good job hard ah)
    2014-04-03 11:01:15下载
    积分:1
  • kalmanshugai2
    比较卡尔曼滤波中状态方程的作用的MATLAB源码(compared Kalman filtering equation of state of the role of MATLAB source)
    2007-06-18 08:33:53下载
    积分:1
  • construction-of-nonlinear-model
    matlab搭建非线性模型,求解微分方程(construction of nonlinear model)
    2014-11-04 12:13:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载