登录
首页 » matlab » src

src

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

  • UC-MUSIC
    介绍了一种新的估计波达方向算法UC-DOA,给出了仿真模型,仿真结果及性能分析(Introduces a new DOA estimation algorithm UC-DOA, the simulation model, simulation results and performance analysis)
    2010-11-07 19:55:15下载
    积分:1
  • b55055ea-2c2e-473f-922c-7a2ad9ade191CSharp-(1)
    symlogi ile ilgili dosyalar
    2014-09-05 19:35:21下载
    积分:1
  • matlab-thin
    自己写的matlab写的细化程序,特别针对条形的图形(Matlab write their detailed written procedures, especially for bar graph)
    2011-11-29 19:24:10下载
    积分:1
  • OCR
    optical CHARACTER RECOGNITION with important diagrams.
    2014-01-27 01:39:02下载
    积分:1
  • lempel_ziv
    lemel ziv code to codealphabets abc convert to lempelziv
    2010-12-31 13:42:54下载
    积分:1
  • MATLAB_motor-simulation-50-examples
    matlab电机仿真50例,电机仿真必备教材,你值得拥有。(matlab simulation of 50 cases of motor, motor simulation necessary materials, you deserve to have.)
    2013-07-24 12:43:42下载
    积分:1
  • OFDM1
    I am uploading a file of Group-Based Medium Access Control for IEEE 802.11n Wireless LANs. Thanks and Regards, salman
    2013-03-22 13:09:30下载
    积分:1
  • simpsons
    SIMPSON S 1/3RD INTEGRATION RULE
    2015-01-17 21:18:26下载
    积分:1
  • approximate_median
    说明:  中位数近似算法实现的背景减除。matlab代码。(Median approximation algorithm for background subtraction. matlab code.)
    2010-04-21 10:38:35下载
    积分:1
  • Beginning-Mac-Program
    英文书Beginning Mac OS X Snow Leopard Programming的源码。(Source code of book "Beginning Mac OS X Snow Leopard Programming")
    2014-01-09 20:42:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载