-
rosslerrun.m
计算Rossler三周期循环模型的动态数值,并绘制动态三维图。(Rossler three cycles to calculate the dynamic numerical model, and draw a dynamic three-dimensional map.)
- 2014-01-21 11:24:49下载
- 积分:1
-
BendersDecomposition
应用Benders分解算法求解混合0-1规划。对于研究非线性规划的同学很有益。(Application Benders decomposition algorithm for mixed 0-1 programming. Very useful for the study of nonlinear programming students.)
- 2021-04-24 14:18:47下载
- 积分:1
-
Harry
针对IEEE模型的潮流计算(4节点、14节点、30节点、1047节点(Against the tide of the IEEE model calculation (4 nodes nodes, 14 nodes, 30, 1047
)
- 2021-04-06 09:39:02下载
- 积分:1
-
EGT
toolbox for camera calbiration using matlab
- 2009-05-06 08:03:23下载
- 积分:1
-
WaveAtom-1.1.1
Wave atoms are a recent addition to the repertoire of mathematical transforms of computational harmonic analysis.
- 2010-01-07 15:03:38下载
- 积分:1
-
avi2bmp
说明: 用matlab 写的将avi电影转化成BMP图像序列,调试通过的(Avi movie to convert BMP image sequences)
- 2010-04-13 21:09:47下载
- 积分:1
-
optimization_cases_using_GA
说明: 运用遗传算法进行多元多峰函数优化,多目标问题优化!有案例!可以运行!(using Genetic Algorithm to test multi-peak function and multi-objective function.)
- 2010-05-03 14:49:34下载
- 积分:1
-
xz_OPF
电力系统分析-IEEE标准14节点最优潮流计算程序(OPF)(Power system IEEE standard 14-node optimal power flow calculation (OPF))
- 2012-11-26 08:39:32下载
- 积分:1
-
chap10_5
程序的功能是:基于自适应在线遗传算法整定的PID控制(Functions of the program are: genetic algorithm based on adaptive online tuning PID control)
- 2015-04-17 10:26:57下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1