-
4651453IEEE14
steady state short circuit calculation
- 2017-12-11 17:32:58下载
- 积分:1
-
zxecf
自己编写的matlab程序
数值分析里的程序(I have written procedures for numerical analysis matlab s procedures)
- 2008-01-28 23:28:37下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
pid
MATLAB PID控制程序包,里面有较强的功能实现。(MATLAB PID control package, which has strong functions.)
- 2014-08-13 20:49:16下载
- 积分:1
-
sdz
电力系统专业本科生可以看下,用于计算三机九节点系统的潮流(calculation of the power flow)
- 2013-09-20 14:52:59下载
- 积分:1
-
MATLAB
采用MATLAB进行图像的轮廓提取,此为最简单的提取程序。(Using MATLAB contour extraction of the image, this is the most simple extraction procedure.)
- 2015-03-21 21:20:38下载
- 积分:1
-
inputcase3y
case 30 spot price in matlab
- 2013-09-20 12:13:12下载
- 积分:1
-
gauss-seidel
gauss-seidel算法实现对方程组的求解(gauss-seidel algorithm for the equations)
- 2007-12-04 08:39:52下载
- 积分:1
-
dongtai
动态规划的课件,对于学习matlab算法的朋友有一定参考价值(Dynamic programming courseware, matlab algorithm for learning is valuable friends)
- 2011-01-10 16:50:24下载
- 积分:1
-
MKMsourcecode
MKM分类算法的matlab程序实现。不是例程,自己编写并调试通过,能正确分类。(MKM classification algorithm matlab Program. Is not routine, I have written and debugged, to correct classification.)
- 2010-05-22 18:30:44下载
- 积分:1