登录
首页 » matlab » src

src

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

  • matched_filter
    一种匹配滤波器的MATLAB代码实现,需要者可下载(A kind of matched filter MATLAB code realization needs can be downloaded)
    2010-06-08 17:27:29下载
    积分:1
  • MATLABSOPHOMORE
    Important points for Matlab for beginner
    2012-05-15 12:38:42下载
    积分:1
  • GMSK_matlab
    gmsk的代码,高斯最小平移键控的matlab代码,很好用的哦(gmsk code, Gaussian minimum shift keying matlab code, oh well used)
    2011-10-23 22:17:43下载
    积分:1
  • matlab_demo
    说明:  学习信号与系统时的一些matlab例子,以及一些马达控制的PID算法.(Learning signals and systems to some of the matlab examples, and some motor control PID algorithm.)
    2010-04-15 08:29:11下载
    积分:1
  • artificial-potential-field
    人工势场法的一种改进,有效的解决了局部最小点问题(improve APF)
    2011-04-28 14:12:25下载
    积分:1
  • double_pendulum1
    只是偶搭建的关于二级倒立摆模糊控制的Matlab模块文件,可以直接用,肯定对研究倒立摆的同仁有帮助(Only occasionally set up on a double inverted pendulum fuzzy control module of the Matlab files, can be directly used, the study affirmed the inverted pendulum has Tongren help)
    2007-07-29 09:26:06下载
    积分:1
  • MATLABcode30intelligent-algorithms
    MATLAB智能算法30个案例分析 源代码 有各种智能算法,如遗传算法,免疫算法,神经网络的实现(Intelligent algorithm MATLAB source code 30 case studies have a variety of intelligent algorithms, such as genetic algorithm, immune algorithm, neural network implementations)
    2015-02-09 09:53:26下载
    积分:1
  • moni
    潮汐调和分析及分析与无潮点中国近海的无潮点(Tidal harmonic analysis and analysis of point and no tidal wave point-free offshore China)
    2011-05-27 19:11:54下载
    积分:1
  • beampattern
    beam forming in matlab using m files
    2013-11-28 09:42:48下载
    积分:1
  • quxian-nihe
    采用多种matlab中不同函数对一系列的点进行曲线拟合,并对所得的点加以对比(Use a variety of different functions on a series of points in the matlab curve fitting, and point of income may be compared)
    2013-06-01 20:16:47下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载