-
com
another progaram that has been in matlab
- 2013-07-11 09:31:52下载
- 积分: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
-
rengongyuqun
人工鱼群算法 自己编写 经过测试 适合初学者(AFSA write yourself tested for beginners)
- 2015-03-22 19:41:09下载
- 积分:1
-
matlab shangzhi
利用熵值法判断某个指标的离散程度的。在信息论中,熵是对不确定性的一种度量。信息量越大,不确定性就越小,熵也就越小;信息量越小,不确定性越大,熵也越大。根据熵的特性,我们可以通过计算熵值来判断一个事件的随机性及无序程度,也可以用熵值来判断某个指标的离散程度,指标的离散程度越大,该指标对综合评价的影响越大。
因此,可根据各项指标的变异程度,利用信息熵这个工具,计算出各个指标的权重,为多指标综合评价提供依据。(Using entropy method to judge the degree of dispersion of a certain index.)
- 2018-07-23 11:27:50下载
- 积分:1
-
fanooooo
此matlab对随机产生的任意信号进行费诺编码。
(The matlab on randomly generated signal charge any promise encoding.)
- 2010-12-10 20:18:59下载
- 积分:1
-
MATLABGUI
书籍《精通MATLAB GUI》 光盘的内容.rar
需要的朋友就下载吧(Proficient in MATLAB GUI CD-ROM content. Rar needs a friend to download the Bar)
- 2010-02-02 11:47:12下载
- 积分:1
-
Linear_using_circular
linear convolution using circular
- 2012-08-24 04:01:08下载
- 积分:1
-
paddedsize
通过使用填充和不填充观察其滤波效果!使用了低通滤波器生成一个高斯滤波器!(Fill and not fill through the use of filtering effect observed! Low-pass filter used to generate a Gaussian filter!)
- 2011-05-22 13:51:28下载
- 积分:1
-
noncontrol-ballistic-simulation
Matlab编写的纵向平面内无控弹道仿真程序,(内含气动数据),采用线性插值与4阶龙格库塔法解算常微分方程组(The longitudinal plane Matlab prepared uncontrolled trajectory simulation program (includes aerodynamic data), using linear interpolation with four first-order Runge-Kutta method ODE solver)
- 2020-07-08 10:19:02下载
- 积分:1
-
BasicPso
几本粒子群程序。用MATLAB编写。可以更改成自己能用的程序。(Particle Swarm several procedures. Prepared using MATLAB. Can be used to change into their own procedures.)
- 2008-12-09 14:06:09下载
- 积分:1