登录
首页 » matlab » src

src

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

  • 00-Automatic-parking-algorithm
    汽车自动泊车核心控制算法对比研究及比较说明(Comparison of automatic parking Algorithm)
    2021-03-24 15:49:14下载
    积分:1
  • kiran
    edge detection with library operation on matlab
    2014-11-17 16:04:30下载
    积分:1
  • langbai_v86
    有循环检测,周期性检测,连续相位调制信号(CPM)产生,解耦,恢复原信号。( There are cycle detection, periodic testing, Continuous phase modulation signal (CPM) to produce, Decoupling, restore the original signal.)
    2017-01-07 22:53:53下载
    积分:1
  • rameshrudra
    it contains all the matlab m-files regrding the basic programs, surf and all the basic m-files
    2010-08-04 18:46:21下载
    积分:1
  • bpsk_simulink
    In this simulink model , BPSK modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying the phase of down-sampling operation.The signal transmitted is recovered at the detector output.
    2009-12-19 00:27:59下载
    积分:1
  • lzycsf
    量子遗传算法源程序,采用的是权重系数法求解(Quantum Genetic Algorithm source code, using the weight coefficient method)
    2010-05-25 22:11:22下载
    积分:1
  • MUSIC-estimated-frequency
    本例程是利用MUSIC算法对来波频率进行估计,可以达到想要效果,(This routine is estimated using MUSIC Algorithm to the wave frequency, can achieve the desired effect,)
    2013-05-17 09:04:02下载
    积分:1
  • pdf_16
    说明:  一片关于纹理分析的国外的优秀文章,希望对做纹理方面的同学有用(A texture analysis on the outstanding foreign articles, want to do texture, useful for students)
    2011-03-08 11:26:54下载
    积分:1
  • PCA1
    主成分分析的代码,很有用,效果很好。这是一个比较有用的C++代码。(Principal component analysis of the code, very useful, very good. This is a more useful C++ code.)
    2014-09-07 15:27:41下载
    积分:1
  • pv1
    光伏阵列的matlab仿真,仿真能够完成多阵列的仿真,可以仿真串列的pv光伏板(Pv photovoltaic panels photovoltaic array matlab simulation, simulation able to complete the simulation of multi-array, can be simulated serial)
    2013-03-05 17:23:03下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载