登录
首页 » matlab » src

src

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

  • yaw
    用于计算船舶动力定位艏向角调整中,在风力作用下推进器推力的大小(DP control for yaw)
    2021-04-16 16:18:53下载
    积分:1
  • capon
    几种copon波束形成的算法---MATLAB版本(Several copon beamforming algorithm--- MATLAB version)
    2010-06-09 19:43:29下载
    积分:1
  • olsmatlab
    说明:  最小二乘法的Matlab参数辨识程序(含实例)(Matlab least squares method of parameter identification procedures (including examples))
    2008-12-08 17:20:37下载
    积分:1
  • fre_Estimate
    用最大释然估计进行频率估计,并计算可拉美罗下界,通过蒙特卡罗实验进行计算。( Relieved estimates with the greatest frequency estimation and Latin Rao lower bound can be calculated by Monte Carlo experiments calculated.)
    2014-09-06 12:12:07下载
    积分:1
  • 2012_Krasnov_J_Fluid_Mech_704_421-446
    fluid mechanics article
    2014-10-04 20:55:43下载
    积分:1
  • 2039_PDF_Part-I
    Basics of MATLAB matlab is a software package that lets you do mathematics and computation, analyse data, develop algorithms, do simulation and modelling, and produce graphical displays and graphical user interfaces.
    2011-12-14 14:43:03下载
    积分:1
  • off-line holography
    模拟离轴彩色数字全息图的MATLAB程序(MATLAB program of simulated off axis color digital hologram)
    2017-08-24 10:02:17下载
    积分:1
  • pwm_inverter
    开关电源中pwm用matlab中的simulink表示的仿真模型,做的是闭环实验,还没有引进pid的仿真。有兴趣的看一下(pwm Switching Power Supply with Matlab Simulink said of the simulation model so is the closed-loop experiments, but also the introduction of pid simulation. Interested to see)
    2007-03-01 09:29:08下载
    积分:1
  • 1245
    要求:从x(t)=sin(2*pi*5*t)+sin(2*pi*200*t)+sin(2*pi*50*t)信号中滤出频率为5Hz的信号(Requirements: from x (t) = sin (2* pi* 5* t)+ sin (2* pi* 200* t)+ sin (2* pi* 50* t) signal to filter out the signal frequency of 5Hz)
    2009-12-18 11:39:07下载
    积分:1
  • codefile
    MATLAB 2维小波变换以及S+P讲解和图像去噪 适合开发人员参考应用 包括原始图像和代码及详细讲解(MATLAB 2-dimensional wavelet transform and the S+ P to explain and image denoising applications for developers, including the original image and the reference code and explain in detail)
    2011-04-24 11:35:05下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载