-
improvedchaossyspaper
改进的混沌优化方法及其应用
内容通俗易懂,是容易实现(Improved chaos optimization algorithm and its application easy to understand content, it is easy to achieve)
- 2009-04-01 17:54:53下载
- 积分:1
-
chapter3
Power Systems Oscillations C3 examples
- 2013-01-05 10:04:10下载
- 积分:1
-
蚁群算法求解TSP问题matlab代码
通过对TSP问题的优化建模利用蚁群算法求解TSP文图(Using ant colony algorithm to solve TSP problem by optimizing the model of TSP problem)
- 2020-06-21 08:00:02下载
- 积分:1
-
kruskal
matlab版本
图论中的kruskal算法
一般C版本的比较多,这里提供matlab版本的,更简单方便使用
(Matlab code of kruskal algorithm in graph theory)
- 2013-11-13 17:54:08下载
- 积分:1
-
改进nsga2多目标优化
说明: 通过gamultiobj函数,实现基于nsga2的改进优化算法(An improved optimization algorithm based on NSGA2 is implemented by gamultiobj function)
- 2019-02-26 16:05:32下载
- 积分:1
-
TrajorySimulationforMovableTarget
仿真 三点法 matlab 数值仿真 机动目标弹道仿真(simulation matlab simulation movable target missile trajory simulation)
- 2009-03-02 19:31:18下载
- 积分:1
-
matlab
matlab program to practice
- 2010-11-10 11:16:03下载
- 积分:1
-
zzkmatla
对答题卡考生考号进行识别,对图片进行灰度,切割处理,其中有部分实用对网站的建设。(Candidate number on the answer sheet to identify candidates, on the image to gray scale, cut processing, in which some practical construction of the site.)
- 2021-04-28 18:08:43下载
- 积分: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
-
matlab-Image-Processing
Matlab,Image Processing,including Mean Value Filtering,MidValue Filtering,Laplacian Transformation,Locating Center of Stripes.With GUI Interface
- 2013-11-19 18:56:29下载
- 积分:1