-
matlab_login
matlab编写的登陆界面小程序,适合参考学习GUI编程(matlab prepared the login screen applet)
- 2015-05-12 10:25:12下载
- 积分:1
-
spwm3
SPWM with matlab/simulink
- 2011-02-10 15:52:31下载
- 积分:1
-
vqLBG
Vector quantization using LBG method of center splitting
- 2006-12-26 19:36:42下载
- 积分:1
-
trial_code
This is the code for contourlet transform using 9-7 bior filters and 23-45 filters..
- 2011-02-11 19:25:38下载
- 积分:1
-
reflect-spectrum
能够模拟光纤光栅,对于我们的实验研究有很大的帮助,是我们能够了解它大概的趋势买并且有助于实验的制作(Able to simulate fiber grating, for our experimental study of great help, we are able to understand it' s probably a tendency to buy and help make the experiment)
- 2014-08-26 15:36:41下载
- 积分:1
-
bs004_fly_source_code_v02
四旋翼飞行器 圆点博士程序结合mpu6050(Four-rotor aircraft program combines mpu6050 Dr. Dot)
- 2014-09-10 08:50:36下载
- 积分:1
-
beiyesi
在matlab环境下的一个朴素贝叶斯分类器,大家可以学习参考下(Matlab environment a Naive Bayes classifier, we can learn to refer to the following)
- 2013-09-18 10:49:06下载
- 积分:1
-
tbes_1.0
matlab code for image segmentation
- 2011-10-18 18:26:24下载
- 积分:1
-
digital-filters
数字滤波器,仿真成功为低通滤波器.一个典型的滤波器的仿真 比较详细 还有图(digital filters, the success of the simulation low-pass filter. A typical simulation of the filter there are also more detailed)
- 2014-06-06 10:49:02下载
- 积分: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