-
imageRotate
在matlab中,实现图像旋转(两种方法:临近法、双线性法)(In matlab, the realization of image rotation (two methods: near the bilinear method))
- 2010-07-22 11:58:36下载
- 积分:1
-
sepmotorvaryn04
说明: MATLAB 直流电机双闭环控制仿真 经典教程实例01(MATLAB zhiliudianjishuangbihuankongzhifangzhen jingdianjiaochengshili01)
- 2010-05-03 17:11:26下载
- 积分:1
-
very-good-mmse-channel-matlab
非常实用的自适应信道估计,均衡器,等等的原代码,非常有用 (Adaptive channel estimation, equalizer, and so the original code is very useful)
- 2012-05-24 17:20:05下载
- 积分:1
-
regu
正则化算法的matlab程序,采用Tiknov标准方法计算反问题的程序(Regularization algorithm matlab program, using the program Tiknov standard method to calculate the inverse problem)
- 2012-06-12 11:14:56下载
- 积分:1
-
shar
IT IS A VERY SIMPLE CODE TO IMPLEMENT GENETIC ALGORITHM
- 2015-02-05 20:05:47下载
- 积分:1
-
inverter_pwm
PWM换流器,线电压415V-直流电压678V(pwm inverter (VDC678V-VL415V))
- 2017-01-20 15:29:16下载
- 积分:1
-
chebarray
Compute chebyshev excitation coefficients for a linear array
- 2010-12-01 23:15:43下载
- 积分: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
-
17130188017 荆凡
数值分析的部分matlab代码分享,如有错误还请见谅!(Part matlab code analysis of numerical analysis, please forgive me if there is any mistake.)
- 2018-12-28 14:28:44下载
- 积分:1
-
dda-ellipse
数控机床DDA法第一象限到第二象限的椭圆插补及图形用户界面,步长可变(CNC machine tools DDA Act the first quadrant to the second quadrant of the ellipse interpolation and graphical user interface, step variable)
- 2012-04-09 15:29:59下载
- 积分:1