登录
首页 » matlab » src

src

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

  • Artifact-reduction-using-fuzzy-filtering
    Artifact reduction using fuzzy logic
    2014-02-04 14:57:27下载
    积分:1
  • bianbuchangvss-and-mvss-and-nlms
    LMS算法程序 代码等等 变步长LMS算法程序 代码等等 变步长(lms bianbuchang)
    2014-01-12 18:12:10下载
    积分:1
  • dynamic_kmeans
    该算法实现数据的聚类,效果较好,在MATLAB7.0中运行通过(the algorithm for data clustering, the effect is better in the running through MATLAB7)
    2006-05-25 10:59:15下载
    积分:1
  • decodeLDPC
    LDPC的解码程序,可以更理解LDBC的解码过程(LDPC decoding process can be more to understand LDBC decoding process)
    2012-06-05 08:51:42下载
    积分:1
  • matlab
    程序相当有用,可用于数学建模中。数据是实例,程序浅显易懂。(Program is useful for mathematical modeling. Data instance, the program easy to understand.)
    2013-09-07 09:44:59下载
    积分:1
  • MSThesis_satnam
    这是对Matlab Prony Toolbox 的详细的英文版使用说明,长达121页。里面包括了该工具箱的demos和使用方法。(This is a detailed description of Prony toolbox based on Matlab. And it includes the using methods for all the examples or demos)
    2010-08-03 17:24:15下载
    积分:1
  • 12.04.2010_CTCM_Taller_Startups_material
    How write a bussines plan
    2010-11-04 09:21:46下载
    积分:1
  • HW1_2
    system identification with regularized least squares
    2010-05-20 18:22:00下载
    积分:1
  • emgm
    EM算法用于高斯混合模型,实现数据的精确分类(The EM algorithm for Gaussian mixture model, the exact classification of the data)
    2012-05-29 21:00:53下载
    积分:1
  • main
    这是个casio DT-930 的展示程序,(This is a casio DT-930' s display program,)
    2010-09-07 13:28:14下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载