-
CHENXU
遗传算法的应用例子,对于初学者,有很大的帮助。谢谢(A genetic algorithm implemented in Matlab is presented Matlab is used for the following reasons:it provides many built in auxiliary functions useful for function
来源:跨考网论坛 出处地址:http://bbs.kuakao.com)
- 2010-08-21 01:27:08下载
- 积分:1
-
era
era函数,求频率,阵型,阻尼比,用于模态分析的数据处理,等等(era,frequency,damping ratio)
- 2020-06-23 03:00:02下载
- 积分:1
-
CDMA
it is a code in MATLAB for calculation of bit error ratio vs signal to noise ratio , for multiuser code division multiple access .. usually in any communication system calculation of BER is very important to know the performance of system .. so in this program multiuser CDMA system is used ,, spreading is done using HADAMARD matrix .. or WALSH code .. and BER vs SIGNAL to NOISE ratio graph is computed
- 2010-02-22 16:26:22下载
- 积分:1
-
floyd
弗洛伊德算法求图中每两点最短距离,图论经典算法,数学建模(Floyd Algorithm for Finding the shortest distance two points in each chart, graph theory, the classical algorithm, mathematical modeling)
- 2011-05-14 13:56:07下载
- 积分:1
-
work
用matlab代码仿真mimo-ofdm,cdma等(simulating mimo-ofdm,cdma with matlab code)
- 2011-05-27 23:57:31下载
- 积分:1
-
Neural_network_Matlab
一个用Matlab写的BP神经网络的应用实例,设备检查用。(Written in Matlab using a BP neural network application examples, device-examine.)
- 2010-01-12 00:03:20下载
- 积分:1
-
Part22
in this mfile i have wrote the nrbf algorithm in matlab.
- 2013-10-07 18:41:24下载
- 积分: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
-
My_LM_BP
LM-BP网络预测电网负荷,很值得参考哦(LM-BP network load forecasting)
- 2014-05-16 20:13:47下载
- 积分:1
-
V2.0
MATLAB GUI设计学习手记(第二版)源程序
附赠 俄罗斯方块V2.0
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) source code comes with Tetris V2.0 book recommended learning methods: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design from the Chapter 1 of the book began to learn step-by-step. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:48:16下载
- 积分:1