-
gmgafsa
一种新型优化算法鱼群算法的matlab仿真代码。学习智能控制的朋友可以参考学习。(A new optimization algorithm matlab simulation code fish. Friends of intelligent control learning can refer to learn.)
- 2011-05-21 18:43:59下载
- 积分:1
-
实现复杂网络中社区发现的评价函数 Karate Club
实现复杂网络中社区发现的评价函数-模块度(Implement modularity in complex network
with matlab.)
- 2012-05-14 23:04:53下载
- 积分:1
-
MATLAB
MATLAB N个实用技巧--MATLAB中文论坛精华总结(it is useful for new learner )
- 2014-09-10 16:00:52下载
- 积分:1
-
svm_v0.55beta
支持向量机,可以在MATLAB环境下运行.(Support Vector Machines can be run under MATLAB environment.)
- 2008-03-23 00:03:58下载
- 积分: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
-
Untitled1
matlab绘制阵列正六边形。采用角度方法。(Draw a regular hexagon array matlab. Using the angle method.)
- 2014-01-27 17:04:28下载
- 积分:1
-
Quatitive-analysis-MATLAB
利用matlab进行一些金融工程分析,书内包括一些程序范例(Quantitive analysis using matlab.)
- 2014-12-22 11:56:40下载
- 积分:1
-
computeBoV
the Bag of Visual word ( BoV/BoW/BoF ) representation of an image or video
- 2013-12-21 14:15:45下载
- 积分:1
-
Bode-Niquist-locus-graph
自己编写的伯德图、尼奎斯特图、根轨迹图的Matlab绘图程序,虽然小、简单,却很实用。便于大家教学中分析习题。(I have written Byrd map, Nyquist diagram, root locus diagram of the Matlab graphics program, although small, simple, very practical. Facilitate the analysis of U.S. teaching exercises.)
- 2008-08-06 19:30:28下载
- 积分:1
-
1
说明: 蚁群算法的一个代码,大家可以看一下。在主界面直接输入ACATSP就可以了。我跑过了,大家看一下(Ant colony algorithm of a code, we can look at. In the main interface directly ACATSP it. I ran, and we look)
- 2008-12-10 15:37:31下载
- 积分:1