-
Generator_COPT
可以用来实现常规发电系统停运容量表的生成(Can be used for the generation of conventional power generation system outage capacity table
)
- 2012-03-31 18:42:13下载
- 积分:1
-
PV_MPPT_mine
在Matlab的Simulink仿真环境,使用爬山法模拟MPPT仿真模型。(Matlab Simulink simulation environment, the use of a the climbing method analog MPPT simulation model.)
- 2020-12-11 15:19:18下载
- 积分:1
-
IISMS
宽带自适应波束形成ISM算法法的MATLAB实现
(Broadband Adaptive Beamforming MATLAB realization of the ISM algorithm method)
- 2012-08-15 00:13:08下载
- 积分:1
-
matlab
解ABCD的四元方程求解ABCD的值,并通过此值计算出电力器件vto,rt的值,从而使并联器件变得简单,有效(Solution ABCD equation solving the value of the ABCD and power devices VTO rt value calculated by this value, so that the the parallel device becomes simple, effective)
- 2013-05-13 21:44:18下载
- 积分:1
-
ieee5
ieee5节点牛顿拉夫逊法潮流计算程序 使用电力系统标准模型(load flow matlab)
- 2021-01-05 14:38:54下载
- 积分:1
-
1234
这是一个关于多目标数据融合的很好的温章,希望对大家有所帮助。原理清晰,见解独特,希望对大家有所帮助(This is a multi-target data fusion on the temperature of a good chapter, we want to help. Principles of clarity, insight unique, want to help everyone)
- 2010-02-26 16:37:52下载
- 积分:1
-
leastSquares.docx.tar
matlab code and document for least square problem
- 2013-08-29 09:10:19下载
- 积分: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-11
单纯形法的灵敏度分析 有需要的人可以看看 (matlab )
- 2015-11-28 23:25:25下载
- 积分:1
-
代码-多层编码遗传算法的车间调度算法
智能算法中的遗传算法,解决多层编码车间调度问题(The genetic algorithm in intelligent algorithm solves the problem of multilayer coding shop scheduling.)
- 2018-03-09 16:48:08下载
- 积分:1