-
ERR
Helicoter equation of motion
- 2010-02-02 12:41:09下载
- 积分:1
-
populator
genetic_algorithm optimized matlab program_population
- 2014-11-10 16:13:03下载
- 积分:1
-
KLMS_KRLS
program to generate the RKHS for given vectors
- 2012-07-05 13:52:36下载
- 积分:1
-
Factor-models_matlab-code
Factor models_matlab code
- 2013-10-17 00:42:34下载
- 积分:1
-
LMS
使用MATLAB编写的LMS自适应程序代码!(Prepared using the LMS adaptive MATLAB code!)
- 2008-07-21 20:58:53下载
- 积分:1
-
Graph-theory-algorithm-set
对matlab解决图论问题的算法做个汇总。主要包括:顶点覆盖近似算法、哈密尔顿回路、最大流和最小截、最短路和次短路、最小生成树Prim算法、最短路径等等。由于太多就不一一列举了。(Matlab to solve the problem of graph theory algorithms to be aggregated. Include: vertex cover approximation algorithm, Hamilton circuit, the maximum flow and minimum cut shortest times short circuit, Prim minimum spanning tree algorithm, the shortest path. Not because of too many to enumerate.)
- 2021-02-07 18:59:55下载
- 积分:1
-
51847167snake_gvf_demo
GVF SNKE 模型matlab源代码(gvf snake)
- 2010-11-06 13:41:04下载
- 积分:1
-
catmap
arnold cat 映射实验,观察其迭代次数与置乱效果的关系,这是图像加密的典型算法(arnold cat mapping experiments to observe the number of iterations and the scrambling effect relationship, which is a typical image encryption algorithm)
- 2021-04-13 14:28:56下载
- 积分: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
-
ex4opticalflow
used for image processing in matlab
- 2012-10-17 15:01:20下载
- 积分:1