登录
首页 » matlab » src

src

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

  • 2dpsk
    编写matlab程序,仿真2DPSK调制信号在高斯信道下分别采用相干解调及差分相干解调两种解调方式时的性能,并与理论分析结果相比较。(Write matlab procedures, simulation 2DPSK modulated signals in Gaussian channel performance respectively coherent demodulation and coherent demodulation difference when the two demodulation, and compared with the theoretical analysis.)
    2013-12-10 00:38:14下载
    积分:1
  • speechcode1
    matlab中用于输入语音信号,特征提取,建立模型,识别判决等三部分的源码。(matlab input speech signal is used, feature extraction, modeling, identification judgments, such as the source of three parts.)
    2009-04-20 20:38:10下载
    积分:1
  • PVMPPT
    光伏并网逆变器最大功率点跟踪算法MPPT的程序,是定步长跟踪。(PV MPPT )
    2014-11-20 21:36:53下载
    积分:1
  • Matlab-Call-OptiSystem
    SIMULATION OF OPTICAL SYSTEM
    2012-10-09 18:38:11下载
    积分:1
  • The-second-chapter
    《模式识别与智能计算》部分函数的源程序 第二章(Part of the function of the source of Pattern Recognition and Intelligent Computing)
    2013-05-18 19:43:34下载
    积分:1
  • logic-baesd-approach
    航迹起始算法代码,用于实现简单航迹逻辑的算法(logical algorithm for Track initiation)
    2021-01-19 08:38:43下载
    积分:1
  • gupiao
    利于理解并实际运用蒙特卡洛的例子,该例子为股票预测实例和绵羊与汽车(It helps to understand and apply the example of Monte Carlo. This example is an example of stock prediction.)
    2018-08-26 22:34:48下载
    积分:1
  • fdtd_and_fdfd20091003
    说明:  用频域和时域的方法分别来算光子晶体光纤的一篇文章(With the frequency domain and time domain methods to balance the respective article in photonic crystal fiber)
    2010-03-18 20:58:49下载
    积分:1
  • EDFASinglePassGain_Analytical
    EDFA Single Pass Gain Analytical
    2013-08-23 04:57:34下载
    积分:1
  • STBC-2X1
    sc-fdma系统的2X1mimo采用STBC编码方式高斯白噪声 (sc-fdma system with STBC encoding 2X1mimo white Gaussian noise)
    2011-04-23 19:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载