登录
首页 » matlab » src

src

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

  • shuitashuiweikongzhi
    水塔水位控制(仿真版) 水塔水位控制(仿真版)(水塔水位控制(仿真版))
    2010-01-17 00:04:16下载
    积分:1
  • TD-SCDMA_MIMO-OFDM
    这是一个基于TD-SCDMA系统mimo-ofdm的系统级的仿真模型,希望对大家有用。(This is a based on TD-SCDMA system mimo- ofdm of system-level simulation model We hope that the right useful.)
    2007-05-10 10:40:45下载
    积分:1
  • Music
    music算法的源代码,20字要写什么呀,这个网做的不好(music algorithm source code, write 20 words what this network did a poor job)
    2013-04-29 10:36:02下载
    积分:1
  • fig_kamal
    button and window creation code for new user with different button
    2012-11-27 22:51:27下载
    积分:1
  • theAntandtheGrasshopper0910
    信息论中条件熵的仿真,采用Matlab语言进行仿真(Simulation of conditional entropy in information theory)
    2009-10-22 10:58:45下载
    积分:1
  • matlab
    这里是matlab的ppt教程,希望对大家有所帮助(Ppt Here is the matlab tutorial, I hope all of you to help)
    2009-04-27 15:01:30下载
    积分:1
  • motor30
    说明:  实现了异步电机的两相旋转坐标系下的转速控制,且能矢量控制(Realize the asynchronous motor two-axis rotating coordinate model speed and vector control )
    2011-03-17 15:05:45下载
    积分:1
  • FHSS_DSSS_CDMA
    FHSS_DSSS_CDMA的m文件,可以在matlab的simulink上仿真~(FHSS_DSSS_CDMA the m file )
    2012-05-12 09:56:36下载
    积分:1
  • RandomDistribute_simu
    仿真产生十种概率分布的随机序列,包括均匀分布、高斯分布、指数分布、广义指数分布、混合指数分布、韦布尔分布、瑞利分布 广义瑞利分布、拉普拉斯分布、柯西分布等,并进行参数检验,概率分布检验和独立性检验(Simulation produces ten kinds of probability distribution of random sequences, including uniform, Gaussian, exponential, generalized exponential distribution, mixed exponential distribution, Weibull distribution, Rayleigh distribution of generalized Rayleigh distribution, the Laplace distribution, Cauchy distribution etc., and parametric tests, the probability distribution of test and independence test)
    2021-04-09 19:38:59下载
    积分:1
  • 04470128
    The convergence of computers, the internet, and wide variety of interactive video devices, in most of the multimedia applications, all using different color representations, is forcing the digital designer today to convert between them. The objective is to have a converter, which will be useful for number of applications with a basic function of converting from one color space to another. This paper discusses a PCI based system for one such conversion
    2013-02-19 15:59:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载