-
fdc14_beta3
matlab的FDC工具箱,对飞控系统很有帮助。(matlab the FDC toolbox of helpful flight control system.)
- 2008-12-17 16:36:49下载
- 积分:1
-
consultants
Consultantr assistance system to help manage client
- 2014-08-09 19:35:29下载
- 积分:1
-
homework
运用平均差-标准差方法,对数据进行金标准分析。(
Using mean difference- the standard deviation method, the gold standard for analysis of the data.)
- 2010-10-14 10:21:17下载
- 积分:1
-
xjwjj
实现彩色图像增强,效果不错,是使用matlab编程的(Color image enhancement, the effect is to use the matlab programming)
- 2012-06-02 22:06:43下载
- 积分:1
-
CNN-with-three-pooling-strategy
这是matlab的代码,将cnn进行三次池化的代码,可以作为学习卷积神经网络的入门例子(This is a matlab code that will perform three pooled cnn code can be used as a convolution neural network learning introductory example)
- 2020-10-22 11:27:23下载
- 积分:1
-
PSO_CESHI
经典的基本PSO粒子群优化算法的测试函数,包括主程序和测试函数,非常经典(The classic PSO basic particle swarm optimization test functions, including the main program and test functions, very classic)
- 2020-11-21 00:29:38下载
- 积分:1
-
Kfisher
introduction of kfisher
- 2007-11-24 21:20:39下载
- 积分:1
-
matlabgaij
基于改进的matlab工具箱,主要用于遗传算法(Matlab toolbox based on an improved, mainly for genetic algorithm)
- 2009-12-28 10:00:20下载
- 积分: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
-
wgPlot
recursive Depth first search is adopted to traverse the whole graph
- 2012-10-23 21:38:08下载
- 积分:1