-
Untitled
job scheduling problem for single machine
- 2013-09-14 11:39:35下载
- 积分:1
-
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
-
Chap2
Transient Overvoltage in Power System
- 2013-12-28 02:16:53下载
- 积分:1
-
StrainStressAnaFEACodes
应力应变计算的有限元程序。上课的时候用matlab写的一个代码,其中的刚度矩阵计算,刚度矩阵整合和载荷矩阵计算,都具有通用性,可以参考用于有限元程序设计。(stress and strain of finite element program. When the class was using a Matlab code, which the stiffness matrix, Integration stiffness matrix and load matrix, are generic and can reference for finite element program design.)
- 2006-09-21 12:07:24下载
- 积分:1
-
GetEdgeHistogram
matlab编写的图像边缘直方图提取程序,最后结果包含了归一化边缘梯度直方图(矩阵第-行),相应量化区间均值(矩阵第二行),相应量化区间均方差(第三行),具体见从程序,有注释(write histogram matlab image edge extraction procedures, the final result contains a normalized edge gradient histogram (Matrix- line), corresponding quantization interval mean (matrix second row), corresponding quantization interval mean square error (third row), see in particular from the program, there is a comment)
- 2014-08-18 11:30:08下载
- 积分:1
-
MT1D_forward_jiexi
地球物理大地电磁测深一维正演,是求解析解(magnetotelluric 1D forward)
- 2020-11-24 13:59:33下载
- 积分:1
-
haifeng618
本程序是在matlab环境下利用小波对图像进行处理的一段小源程序。(image procession based on wavelet transform)
- 2010-05-27 16:58:21下载
- 积分:1
-
paper2
Multiple Doppler frequency offsets compensation technique for high-mobility OFDM uplink
- 2015-02-01 12:41:26下载
- 积分:1
-
MATLAB
详细介绍matlab开发软件的使用以及各种功能介绍(Detail the use of matlab software development as well as the introduction of various functional)
- 2009-02-11 23:53:18下载
- 积分:1
-
SullivanDennis
Sullivan Dennis的electromagnetic simulation using fdtd method一书中代码MATLAB版(Sullivan Dennis--electromagnetic simulation using fdtd method MATLAB)
- 2010-08-06 15:33:53下载
- 积分:1