-
005小波变换及其MATLAB工具的应用
说明: 005小波变换及其MATLAB工具的应用(005 DWT and MATLAB application tools)
- 2005-11-13 19:24:37下载
- 积分:1
-
System_Identification_Toolbox
说明: 很使用的一个系统辨识工具箱,其中包括许多系统辨识经典算法啊。。。希望对大家有用。(Is to use a system identification toolbox, including many system identification algorithms ah classic. . . Hope useful for all of us.)
- 2008-11-22 18:19:48下载
- 积分:1
-
ezydcherar
说明: 用SIMULINK编写的二自由度车建模,一为数据文件,一为建模文件(SIMULINK prepared with the two degree of freedom model cars, as a data file, a document for Modeling)
- 2006-04-12 17:14:51下载
- 积分:1
-
CUCKOO-
CUCKOO SEARCH OPTIMIZATION
- 2016-01-26 05:35:07下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
PSCADexamples
pscad的具体实例,适合初学者,能尽快熟悉pscad的运行等。(pscad examples)
- 2010-05-31 13:12:28下载
- 积分:1
-
tutorialofmatlab
wonderful tutorial of matlab include many souce code(wonderful tutorial include many of Matlab souce code)
- 2007-06-16 17:38:19下载
- 积分:1
-
FINAL_CODE
this code will detect the motion and finally start recording accordingly
- 2013-03-13 21:31:10下载
- 积分:1
-
critical-speed
利用传递矩阵计算转子系统的临界转速 很实用的 (critical speed)
- 2011-11-09 21:06:19下载
- 积分:1
-
pca_comparison
Matlab comparison of PCA algorithms
- 2009-09-12 00:12:09下载
- 积分:1