-
wendingxing
不怕明确地告诉你,这个东西啊,可以很放方便地判别运动状态的稳定性(Stability Criteria)
- 2014-11-03 19:18:01下载
- 积分: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
-
fft
全球导航系统中,软件接收机基带处理部分的捕获电路的算法仿真(FFT acquisition )
- 2013-03-28 10:17:48下载
- 积分:1
-
DigitalWatermarking
一种数字水印技术的研究与应用,采用MATLAB编程(A digital watermark technology and applications programming using MATLAB)
- 2009-05-14 19:37:22下载
- 积分:1
-
MATLAB-znglzdyy
运用matlab与应用系统无缝集成的三种方式,最后,用一个在智能网络管理信息处理中的具体实例详细说明实现的步骤。
(Use of matlab applications seamlessly integrated with the three ways, finally, with an intelligent network management information processing in the detailed description of specific examples of steps to achieve.)
- 2009-05-14 22:11:13下载
- 积分:1
-
ENFRN
A neuro-fuzzy method to learn fuzzy classification rules from data.
- 2010-05-24 11:26:44下载
- 积分:1
-
Desktop
Analisys of structures
E=200e6
A1=0.001
A2=0.002
A3=0.001
- 2014-10-02 02:44:31下载
- 积分:1
-
GAOTV5
A Genetic Algorithm for Function Optimization: A Matlab Implementation
- 2011-07-03 07:03:14下载
- 积分:1
-
1D_FDTD
Atef Elsherbeni书第一章中一个一维FDTD仿真程序实例(A one dimensional FDTD simulation example in the FDTD textbook written by Atef Elsherbeni in the first chapter.)
- 2013-07-16 15:49:54下载
- 积分:1
-
RBF
用RBF网络,回归一个函数,从训练网络到对网络进行仿真,并给出网络的误差(With RBF network, a return to a function, from training of network to network simulation, and gives the network error)
- 2011-12-27 22:05:06下载
- 积分:1