登录
首页 » matlab » src

src

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

  • dtw
    MATLAB扩展编程DTW算法程序,需要自己录制语音(MATLAB Extended Programming DTW algorithm program needs its own voice recording)
    2011-05-18 20:47:11下载
    积分:1
  • COMPRESSION
    DCT BASED COMPRESSION
    2013-12-23 11:26:11下载
    积分:1
  • 04760221---
    multi input pv for distributed applications
    2014-01-05 22:54:03下载
    积分:1
  • 球形译码的详细步骤MSDSD
    主要讲述球形译码的详细步骤,包括信道仿真,球状译码的实现,还有在仿真图形的对比(Mainly about the the sphere decoding steps, including channel simulation spherical decoding implementation, as well as in the comparison of the simulation graphics)
    2020-07-06 14:58:58下载
    积分:1
  • f
    说明:  matlab表面图、网格图或等高线图的图形显示(Surface, the grid map or contour map of the graphical display)
    2010-05-09 21:47:37下载
    积分:1
  • crossgamyfun
    遗传算法的matlab程序,包括三个,cross,ga,myfun(GA Matlab procedures, including three that cross, ga, myfun)
    2007-01-13 17:32:08下载
    积分:1
  • Chapter-12-Factor-Analysis
    因子分析,有实例,推荐测试,下载。科学输出处理必备!(Factor analysis, there are examples of recommended tests, download. Scientific output processing necessary!)
    2013-10-05 09:50:12下载
    积分:1
  • wysyh
    matlab的无约束优化程序包,里面包括了课件,以及相关案例的源程序(Unconstrained Optimization matlab package, which includes courseware, as well as related case source)
    2007-09-19 18:21:57下载
    积分:1
  • cement
    接触岩石物理模型,石油储层预测,速度预测(contact rock physics model, reservoir prediction, rock physics velocity prediction)
    2013-04-21 17:00:01下载
    积分:1
  • Numerical-analysis
    numerical analysis for Godunov method
    2013-04-22 04:23:38下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载