-
rfnn
用matlab编写的一个小程序,实现模糊控制。在此基础上可以修改编写自适应模糊控制器。(With a small program written in matlab, fuzzy control. On this basis, the preparation can be modified adaptive fuzzy controller.)
- 2010-09-05 18:16:01下载
- 积分:1
-
punture
1/2删除卷积码(3/4速率)的编码和译码,亲测可用(1/2 convolutional code to delete (3/4 rate) encoding and decoding, the pro-test available)
- 2021-04-06 22:29:02下载
- 积分:1
-
canshutest
附件是多元回归的参数检验的matlab程序。(the file is the matlab program of parameter test)
- 2013-09-25 16:41:30下载
- 积分:1
-
三D装箱MATLAB
说明: 求解三维装箱问题的启发式算法,利用Matlab语言进行实现,包含所有m函数名文件(seek/find the solution (of a mathematical problem) heuristic approach)
- 2020-12-22 21:08:53下载
- 积分:1
-
prim-kruskal
matlab实现的prim算法和kruskal算法(prim and kruskal made by matlab
)
- 2009-07-02 17:29:56下载
- 积分:1
-
binary-pso1
A Binary Particle Swarm Optimization for Optimal Placement and Sizing
of Capacitor Banks in Radial Distribution Feeders with Distorted
Substation Voltages
- 2011-02-14 15:05:40下载
- 积分:1
-
dfig
基于matlabd的关于双馈感应风电系统的建模仿真,可以可视化了解系统的动态过程(giving a kind of Modeling and simulation of Doubly Fed Induction generator (DFIG) coupled with wind turbine visualising the advantages of the DFIG over other generators it is being used for most of the wind applications About the different type)
- 2013-11-15 10:49:03下载
- 积分:1
-
PLZERN.M
wavefront deformation. Matlab file
- 2013-10-21 21:56:14下载
- 积分:1
-
11D070011_Project
this is fingerprint recognition project build in matlab
- 2015-01-24 15:18:41下载
- 积分: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