登录
首页 » matlab » src

src

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

  • Fuzzy
    说明:  模糊控制的matlab程序,已经调试成功。包括C语言程序(Matlab fuzzy control procedures, has been debugged. Include the C language program)
    2010-04-11 23:35:04下载
    积分:1
  • batewosditong
    用matlab实现的关于使用巴特沃斯低通滤波实现的图像处理程序(Matlab implementation of image processing procedures on the use of Butterworth low-pass filter)
    2012-04-23 21:38:28下载
    积分:1
  • image-reconstruction
    说明:  采用二维方法进行的图像重构 可以替换多个模板。重构质量可以通过参数调整(Two-dimensional image reconstruction methods can replace several templates. Reconstruction quality can be adjusted through the parameters)
    2011-04-06 15:11:46下载
    积分:1
  • The_Weather_Radar_Product_Synthetic_Programming_by
    The Weather Radar Product Synthetic Programming by VC++ & MATLAB.pdf
    2010-09-29 09:43:38下载
    积分:1
  • TP_INDIX
    Le Descripteur SIFT (Scale Invariant Feature Transform) [1] consiste a extraire un histo- gramme d orientations de gradients autour d un point d inter^et de l image. Le principe du calcul du descripteur est illustre a la gure
    2010-03-12 18:59:39下载
    积分:1
  • mpc_1
    this is mpc example ....
    2014-01-30 03:41:55下载
    积分:1
  • SEP
    说明:  集群异构无线传感器网络分簇路由选举协议,一种优于leach的分簇算法(A Stable Election Protocol for clustered heterogeneous wireless sensor networks)
    2020-07-09 14:18:55下载
    积分:1
  • 用Matlab编写的转子动力学软件
    用Matlab编写的转子动力学软件。用来计算转子的扭转振动特性。(Prepared using Matlab software, rotor dynamics. Used to calculate the torsional vibration characteristics of the rotor.)
    2007-09-05 11:44:52下载
    积分:1
  • binmatrix
    inmatrix函数创建一个与x矩阵同等大小的二、十进制换算对应表,所生成的换算对应表的第一行到末行依次对应二进制的高位到低位;并用此生成的换算对应表进行其他如求列和、列和代表的字符的运算;(inmatrix function creates a matrix of equal size with x 2, corresponding to decimal conversion table, the generated conversion table corresponding to the last line the first line of a high order corresponding to the low binary and use the resulting conversion table corresponding to the other, such as seeking out and , columns, and the representative character of the operation )
    2010-07-18 10:41:00下载
    积分:1
  • Matlab_laser
    Matlab辅助激光光学分析与应用 作者:刘良清 单 位:武汉凌云光电科技有限公司 给出了高斯型激光束的干涉,衍射,和波前畸变等各种物理过程的MATLAB的代码 每个代码都有很细致的解说,测试过了都可以用.(Matlab assisted analysis and application of laser optics: Liu Liangqing Unit: Optoelectronics Technology Co., Ltd., Wuhan Lingyun given Gaussian laser beam interference, diffraction, and wave front distortion and other physical processes of the MATLAB code for each code has a very detailed explanation, the test passed can be used.)
    2021-04-16 09:38:53下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载