登录
首页 » matlab » src

src

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

  • bibao
    闭包传递法的一个函数以及一个求最大生成树的函数,用于模糊聚类分析(matlab)(Closure of the transfer method for a function and a function of the maximum spanning tree for the fuzzy cluster analysis (matlab))
    2008-05-18 00:55:40下载
    积分:1
  • ask
    说明:  可以实现2ask的调制,在信噪比SNR为0,10,20。如有需要者可下载。(it is a good matlab program! it can produce a 2ask signal at SNR=0,10,20.)
    2010-04-02 09:45:02下载
    积分:1
  • differential-equation-problem
    第15章 常微分方程的初值问题.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。(Chapter 15 of the ordinary differential equation initial value problem)
    2012-03-27 11:12:15下载
    积分:1
  • CS_HelloWorld
    压缩感知的介绍性算法 主要是介绍OMP算法在稀疏信号重构上的实现(The compressed sensing introductory algorithm is introduced OMP implementations of the algorithm in the sparse signal reconstruction)
    2012-09-18 17:40:50下载
    积分:1
  • chuanshuxian
    带挡板的平行板传输线二维FDTD仿真.给大家做个参考(Baffle with two-dimensional parallel-plate transmission line FDTD simulation. For everyone to be a reference )
    2011-12-09 02:13:33下载
    积分:1
  • curvature
    计算曲率的matlab代码,有需要的可以作为参考(Calculate the curvature of the Matlab code, there is a need can be used as a reference )
    2012-02-28 14:33:30下载
    积分:1
  • PML-boundary
    对声波方程的数值模拟,并加上了PML边界条件,研究波场在是否加边界的差异;此程序简单易懂,适用于初学者(Numerical simulation of acoustic wave equation, plus the PML boundary condition, wave field research plus the difference in whether or not the border this program easy to understand for beginners)
    2021-03-22 11:39:16下载
    积分:1
  • GradEstimation
    Gradient Estimation by Derivative Measurement Method, LMS
    2010-06-16 02:40:44下载
    积分:1
  • Desktop
    数字图像处理实验二数字图像处理实验三 数字图像处理实验一 (Digital Image Processing Digital Image Processing Experiment II Experiment III Experiment of a digital image processing)
    2010-12-12 11:46:41下载
    积分:1
  • myEqualizer.m
    一个复数域的自适应盲信号均衡器的MATLAB例程(A complex domain adaptive blind signal equalizer MATLAB routine)
    2009-12-24 15:16:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载