登录
首页 » matlab » src

src

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

  • MATLAB
    任意信道容量的计算及MATLAB仿真与分析,任意信道容量的计算及MATLAB仿真与分析任意信道容量的计算及MATLAB仿真与分析任意信道容量的计算及MATLAB仿真与分析(kasjdf sdf )
    2009-12-06 09:35:09下载
    积分:1
  • VCPP_Matlab
    MATLAB和VC++结合编程的教学资料(Combination of MATLAB and VC++ programming teaching materials)
    2011-05-19 19:12:19下载
    积分:1
  • Matlab-programming
    Matlab编程(第一版)-入门教材,包含原文和源代码。(Matlab programming (first edition)- entry materials, including text and source code. )
    2013-08-13 09:58:26下载
    积分:1
  • HigherSpectral
    有关matlab高阶谱分析工具箱程序Higher-Order Spectral Analysis (HOSA) Toolbox(Related to high-end spectrum analysis toolbox matlab procedures Higher-Order Spectral Analysis (HOSA) Toolbox)
    2008-12-14 21:17:24下载
    积分:1
  • emd-tools
    经验模态分解工具箱,用于处理复杂信号的特征提取十分有效(Empirical mode decomposition toolbox for dealing with complex signal feature extraction is very effective)
    2012-06-14 13:06:28下载
    积分:1
  • art1-code
    解决ART1运行,实现matlab的ART1仿真实验(Solve ART1 run, to achieve the matlab simulation ART1)
    2013-11-04 20:03:26下载
    积分:1
  • MATLABProgrammingForEngineers
    详细讲述了如何用matlab进行程序设计,如何编写高效的程序。(Describe in detail how to use matlab program design, how to write efficient programs.)
    2012-11-13 23:53:08下载
    积分:1
  • matlabw
    我们确定数字滤波器的幅度函数并画出幅度函数图。(We define digital filter amplitude function and draw the amplitude function diagram.)
    2012-02-14 10:02:40下载
    积分:1
  • fcm
    fcm的matlab实现,很简单好用,毕业论文推荐使用(fcm matlab implementation)
    2021-04-05 21:49:03下载
    积分:1
  • yangbenshang
    样本熵 结合样本熵和谐波小波分解,MATLAB程序原代码(Sample entropy and sample entropy combined with harmonic wavelet decomposition, MATLAB program source code)
    2009-02-12 13:07:25下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载