登录
首页 » matlab » src

src

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

  • effect_of_position_on_ceramics
    transducer design for ceramics pzt-4
    2010-01-19 14:22:00下载
    积分:1
  • ScientificComputing
    科学计算中的偏微分方程有限差分法,中国科学院研究生教程(Scientific Computing in the finite difference method of partial differential equations)
    2010-12-28 17:08:55下载
    积分:1
  • image-transform
    图像的旋转,倾斜处理,以及这两个功能的合并处理(skew and rotation of image in matlab)
    2013-01-03 12:29:55下载
    积分:1
  • Fig_channel_estimation_cdma_zheng
    CDMA信道盲估计源码,调试通过,感兴趣的来看看。(CDMA Channel Blind estimates FOSS, debugging through, interested to see.)
    2007-04-17 18:42:59下载
    积分:1
  • MATLAB-Telnet
    matlab的命令大全,很详细,对各个命令的解释很全面,附带有例子(matlab command Daquan, very detailed, very comprehensive explanation of each command, with the example of)
    2013-04-18 19:17:02下载
    积分:1
  • Vision-based_StaticGestureRecognition
    使用matlab,截取摄像头中的当前手势图片,实现手势分割、手势特征提取、手势识别。(Matlab is used to intercept the current gesture picture in the camera to realize gesture segmentation, feature extraction and gesture recognition.)
    2018-09-17 20:37:58下载
    积分:1
  • LMS_sys_iden
    LMS算法在系统辨识中的应用,用LMS算法跟踪未知系统的权矢量,最终使得更新的权矢量与未知系统权矢量相吻合(LMS algorithm applied in the system identification)
    2014-11-13 22:17:32下载
    积分:1
  • 基于LCL的单相有源阻尼并网逆变器的matlab仿真
    说明:  基于LCL的单相有源阻尼并网逆变器的matlab仿真。单相LCL并网逆变器,电容电流反馈提高系统阻尼,抑制谐振,matlab版本是2016b,调制方式是spwm。(Matlab simulation of single-phase active damping grid-connected inverter based on LCL. Single-phase LCL grid-connected inverter, capacitive current feedback improves system damping and suppresses resonance. The matlab version is 2016b and the modulation method is spwm.)
    2021-03-25 15:29:14下载
    积分:1
  • findimage
    invokes image dialog box for interactive image loading
    2010-08-05 23:06:50下载
    积分:1
  • InterpolationandFitting
    插值与拟合的matlab文件,插值与拟合在matlab中有很广的应用(Interpolation and fitting matlab files, interpolation and fitting in at matlab has a very wide application)
    2009-03-19 10:47:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载