-
imagetrans
医学图像的读取,存储及旋转平移的MATLAB语句实现.(medical image read and transformation. )
- 2009-06-22 14:09:39下载
- 积分: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
-
optimization
基于最速下降法、牛顿法、共轭梯度法的matlab程序
(Steepest descent
Newton
conjugate gradient method)
- 2010-05-31 10:38:40下载
- 积分:1
-
principal-component-anlisys
in this mfile i have wrote the principal component anlisys algorithm.
- 2013-10-07 18:31:56下载
- 积分:1
-
ap5
基于MATLAB的IIR滤波器设计,用MATLAB语言进行编程,供滤波器设计者参考(Based on the MATLAB IIR filter designing, MATLAB programming language, for filter designers)
- 2010-11-27 11:10:41下载
- 积分:1
-
MATLAB
利用MATLAB对隧道衬砌结构耐久性的HL方法结构可靠度计算(Tunnel lining using MATLAB HL durability of structural reliability calculation method)
- 2013-09-14 20:01:16下载
- 积分:1
-
metrics
different distance metrics in matlab
- 2012-11-27 02:56:05下载
- 积分:1
-
FFA
FFA(快速折叠算法),实现噪声中的周期信号检测,及周期估算(FFA (fast folding algorithm), the realization of the periodic signal in noise detection, and cycle estimates)
- 2009-05-01 10:22:51下载
- 积分:1
-
data_fft
data FFT Analyzer usging matlab FFT function
- 2009-07-21 10:46:35下载
- 积分:1
-
图像参数的测量
图像分析和识别中一个关键的内容就是图像参数的量测,本程序可实现一些参数的量测。( In the image analysis and the recognition an essential content
is the picture parameter 閲忔祴, this procedure may realize some
parameters 閲忔祴. )
- 2005-09-01 23:28:24下载
- 积分:1