-
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
-
CharSections
charsections warld of warcraft
- 2015-03-16 05:31:38下载
- 积分:1
-
Adaboost
说明: 一个用matlab的实现的Adaboost_M1, 主要用运捆绑不同的分类器. boosting 算法的一种 (using a Matlab Adaboost_M1 the realization of the main shipped bundled with different types of devices. A boosting algorithm)
- 2005-11-27 22:22:08下载
- 积分:1
-
MATLAB
book about how to use matlab
- 2012-06-15 14:24:41下载
- 积分:1
-
5
说明: 基于图像处理和Matlab混合编程的自动聚焦技术及应用(Matlab-based image processing and hybrid programming techniques and application of auto-focus)
- 2010-05-10 11:28:15下载
- 积分:1
-
high-power-diode
high power diode manual
- 2014-10-19 10:13:51下载
- 积分:1
-
taarhwyb
使用起来非常方便,合成孔径雷达(SAR)目标成像仿真,有详细的注释,迭代自组织数据分析,仿真效率很高的,采用累计贡献率的方法,用于图像处理的独立分量分析。( Very convenient to use, Synthetic Aperture Radar (SAR) imaging simulation target, There are detailed notes, Iterative self-organizing data analysis, High simulation efficiency, The method of cumulative contribution rate Independent component analysis for image processing.)
- 2016-03-26 22:02:04下载
- 积分:1
-
svm
支持响亮机程序,相关问题参加粗糙集条件属性约简程序,相关问题参加粗糙集(yuejian)
- 2010-06-01 22:46:13下载
- 积分:1
-
matlab
matlab粗糙集程序
以上程序都在matlab2011a中调试通过(matlab rough set procedures
above procedures are debugging through in matlab2011a)
- 2012-09-25 15:59:07下载
- 积分:1
-
瞬时混和盲信号的分离 exBSS
瞬时混和盲信号的分离,使用自然梯度法的实现。(Blind signal separation of instantaneous mixing, using natural gradient method of implementation.)
- 2015-09-23 01:02:30下载
- 积分:1