登录
首页 » matlab » src

src

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

  • MATLABtutorial.ppt
    Matlab初学者的最佳参考,包含了Matlab仿真的基本过程。(Matlab for beginners the best reference, contains the basic process of Matlab simulation.)
    2009-09-13 19:46:36下载
    积分:1
  • Mur
    Mur boundary 2D FDTD, 2维FDTD采取MUR二阶近似,时变动态电磁场(Mur boundary 2D FDTD, second order Mur approximation, time variant Time signal simulation)
    2011-09-22 11:51:24下载
    积分:1
  • fig7x00
    matlab,实现永磁同步电机调速,pid控制(matlab,PID controller PMSM)
    2020-12-30 00:29:01下载
    积分:1
  • RBF_Classification_Approximation
    RBF Classification And Approximation in Matlab
    2014-01-24 21:56:27下载
    积分:1
  • MATLAB+R2014a完全自学一本通2017
    Matlab自学教程帮助使用者理解各种指令和功能,加上算法实例的应用,是使用者更好的理解和掌握Matlab常用指令和功能,为以后的学习打下一个良好的基础。(Matlab self-study tutorial helps users understand various instructions and functions, plus the application of algorithm examples, it is better for users to understand and master the common instructions and functions of Matlab, and lay a good foundation for future learning.)
    2020-12-07 16:49:22下载
    积分:1
  • compressioning
    Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. (Image Compression A collection of simple r outines for image compression using different techniques. BTCODE : Image compression Using Block Truncation Codi Vi. PYRAMID : Image compression based on Gaussian Pyramids. DCTCOMPR : Image compression based on Discrete Cosine trapidil nsform.)
    2006-12-12 19:32:22下载
    积分:1
  • FDTD-2D-with-pml-and-Total-field-and-scattering-f
    fdtd_2d basic algorithum version 4 isotopic linear non-dispersive material grid size and time size is designated directly Ez mode electic field nomalized PML for y directions periodic conditions for x-direction TF/SF source
    2014-10-01 18:26:33下载
    积分:1
  • matlab
    数字图像处理源代码 matlab编程实现(matlab Digital image processing source code )
    2013-12-10 19:35:50下载
    积分:1
  • fft_analy
    一个对ADC和PLL输出结果作FFT频谱分析的matlab程序(An ADC and PLL output FFT spectrum analysis for matlab program)
    2010-08-12 15:36:39下载
    积分:1
  • DST
    DS证据推理的原始Dempster组合公式计算函数,详细使用见该文件内的帮助说明(DS evidential reasoning of Dempster combination formula original function, see the document in detail the use of the help that)
    2007-09-09 21:28:20下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载