-
src
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!
- 2013-10-30 12:23:18下载
- 积分:1
-
How-to-display-image-in-GUI-using-Matlab-_-About-
GUI CREATING IN MATLAB EASY AND FAST
- 2013-11-09 01:56:17下载
- 积分:1
-
choas
对混沌时间序列相空间重构中最佳延迟时间间隔和嵌入维数的选取方法作
了综述,提出了同时考虑这2 个参数选取的重构展开虚假邻点法以及预测误差最小(Of chaotic time series phase space reconstruction of the best delay time interval and the embedding dimension of the selection methods were reviewed and put forward these two parameters taking into account the reconstruction of the selected start-point method of false neighbors, as well as the minimum prediction error)
- 2009-12-11 09:58:26下载
- 积分:1
-
fuzzypid1
一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。(A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve automatic adjustment of PID parameters can be objective.)
- 2009-04-12 19:08:03下载
- 积分:1
-
Spectral_Methods_In_Matlab
谱方法的一本教程及书中配套matlab源码(Spectral method, and a tutorial book, matching matlab source code)
- 2009-12-16 22:20:29下载
- 积分:1
-
SpringerOrthogonalFrequencyDivisionMultiplexingFo
Springer - Orthogonal Frequency Division Multiplexing for Wireless Communications
- 2011-01-12 08:43:56下载
- 积分:1
-
SVM_classify
用支持向量机(SVM)来进行分类,并在matlab实验平台上进行仿真实验(Support vector machine (SVM) for classification, and on the platform in matlab simulation experiment
)
- 2011-12-30 17:19:19下载
- 积分:1
-
CDT
CDT规约,统称循环式远动规约,电力调度系统经常使用,经多年实践验证通过,需要时,可修改自己内部接口,完成代码移植。(CDT Statute, collectively, cycle remote Statute, power dispatching systems often use, after years of practice verified, if necessary, to modify their own internal interface, complete the code transplant.)
- 2013-12-11 10:16:12下载
- 积分:1
-
二自由度车辆simulink建模
二自由度车辆simulink建模,可以查看车辆对于前轮转角输入响应仿真曲线(Two degree of freedom vehicle Simulink modeling)
- 2020-07-04 00:40:01下载
- 积分:1
-
w
说明: ....
关于三维FDTDMatlab的程序(The procedure on the three-dimensional FDTDMatlab ....)
- 2010-12-10 13:10:40下载
- 积分:1