-
teja3
used for project,m sorry i dont know
- 2012-03-21 02:13:48下载
- 积分:1
-
COSBOS_v1.0
his is the software package for using color sensors and perturbation-modulated light (color-controllable fixtures required) to estimate the occupancy distribution in an indoor space.
- 2014-11-12 18:29:12下载
- 积分:1
-
file3-1
离散粒子群优化算法优化带时间窗的车辆路径问题(Discrete particle swarm optimization algorithm to optimize vehicle routing problem with time windows)
- 2015-04-04 00:49:30下载
- 积分:1
-
结合matlab强大的数据处理能力和蒙特卡洛
说明: 结合matlab强大的数据处理能力和蒙特卡洛方法的强大随机模拟功能,编写了一个小算例(Combining the powerful data processing ability of MATLAB and the powerful random simulation function of Monte Carlo method, a small calculation example is compiled)
- 2020-02-10 09:31:10下载
- 积分:1
-
genetic2
说明: 调试运行正常的遗传算法matlab程序,学习遗传算法的好途径(Debugging the normal running genetic algorithm matlab program, a good way to learn genetic algorithm)
- 2020-10-20 10:48:10下载
- 积分:1
-
PIDMATLAB
各种PID控制算法的MATLAB源程序,可以结合相应的指导书学习(various PID control algorithm MATLAB source, combining the corresponding study guide book)
- 2007-07-04 14:33:52下载
- 积分:1
-
APFC
有源功率因素校正APFC电路,采用电压外环+电流内环控制策略。经验证可很好实现功能(Active Power Factor Correction APFC circuit voltage outer the+ current inner loop control strategy. Proven good functions)
- 2012-11-26 11:47:30下载
- 积分: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
-
IDW-matlab
在网友的提供的程序基础上,经过修改,反距离加权插值法可以使用的,里面有的联系方式,可以留言(On the basis of the program provided by netizens, after modification, the inverse distance weighted interpolation method can be used. Some of the contact information can be left a message.)
- 2018-11-18 09:48:37下载
- 积分:1
-
hububian
一种matlab匹配算法,计算图像的7个不变矩
(A matlab matching algorithm to calculate the images of seven invariant moments)
- 2012-05-17 11:36:05下载
- 积分:1