登录
首页 » matlab » src

src

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

  • SpidGUI
    The goal of SPID is to provide the user with tools capable to simulate, preprocess, process and classify in vivo and ex vivo MRS signals. These tools are embedded in a matlab graphical user interface (GUI). (Pre)processing and classification methods can also be automatically run in a row using the matlab command line
    2008-08-03 15:52:08下载
    积分:1
  • MATLAB
    many type of watermarking source code in running condition
    2011-02-07 13:07:02下载
    积分:1
  • Pattern-Recognition
    分别利用fisher判别法和近邻法对一组声呐数据进行模式识别,计算分类的正确率(Respectively, and the use of fisher discriminant method nearest neighbor method sonar data to a set of pattern recognition, to calculate the correct classification rate)
    2013-12-21 13:26:13下载
    积分:1
  • matlab-GA
    遗传算法的matlab实现代码,已验证无错误(Genetic algorithm matlab code, verified error)
    2013-12-26 12:32:05下载
    积分:1
  • matlab
    matlab鱼眼图像全景展开算法,附有效果图,自己写的,确保可以执行,谢谢(Fisheye image panoramic unwrapping algorithm, with renderings, write your own, make sure you can perform, thank)
    2014-09-09 12:33:17下载
    积分:1
  • optimal-figure
    encoding and decoding using huffman
    2011-12-08 06:49:26下载
    积分:1
  • 多智能体
    关于多智能体的一些程序,有相关研究的随取随用。(the parameters of multi-agent system)
    2021-04-14 16:18:55下载
    积分:1
  • 3-planer
    an algorittm for 3 RRR robot , control u should upload at least five sourcecodes/documents
    2013-07-28 17:16:32下载
    积分:1
  • MATLAB
    matlab小波工具箱,详细介绍了各种函数的使用方法(matlab wavelet tool kit.detail description of the wavelet using method.)
    2014-09-03 15:35:24下载
    积分:1
  • lfm11
    针对宽带信号的的LFM(线性调频信号)信号的simulink仿真,包括频谱图等(I have just taken the job of the matlab simulation for the LFM signal.)
    2013-11-05 10:49:42下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载