-
rls
用递推最小二乘法进行系统辨识,包括simulink环境下搭建模型以及源代码(recursive least square (RLS)source code)
- 2012-04-11 09:47:52下载
- 积分:1
-
APSO
ga dicplacement. im from iran i need code please give me your code
- 2012-06-08 00:11:42下载
- 积分:1
-
genetic-algorithm--for-TSP
基于TSP的遗传算法,采用多种遗传算法的多种方案求解经典的TSP问题(TSP-based genetic algorithm, using a variety of programs for a variety of genetic algorithm for solving a classic TSP problem)
- 2012-07-05 20:03:33下载
- 积分:1
-
chap6
hebb 学习规则 s-function 先进PID及其MATLAB仿真(hebb learning rule s-function of MATLAB simulation of advanced PID)
- 2010-05-14 10:48:32下载
- 积分:1
-
gmmkmeans
高斯混合模型K均值算法matlab源程序用于说话人识别中(Gaussian mixture model K-means algorithm matlab source code for speaker recognition)
- 2013-03-07 19:51:37下载
- 积分:1
-
diedai
迭代算法,利用matlab编译环境实现迭代求解矩阵最大特征值和特征向量;包含雅克比迭代、高斯迭代和SOR(Iterative algorithm, using matlab compiler environment to achieve maximum iteration for solving matrix eigenvalues and eigenvectors contains Jacobi iteration, Gauss and SOR iteration)
- 2013-05-25 15:58:03下载
- 积分:1
-
MatLabDSP
基于MatLab与DSP的滤波器的快速设计方法(MatLab and DSP-based filter design method of rapid)
- 2008-06-28 16:21:33下载
- 积分:1
-
teachyouhowtouseMatlab
matlab教程 从入门到精通 让你很快学会使用matlab (A book teach you how to use the matlab)
- 2011-06-05 23:12:32下载
- 积分:1
-
matlab_dll
调用epanet的DLL进行水力计算的简单例子( Call epanet s dll using matlab)
- 2012-05-22 11:14:45下载
- 积分: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