-
matlab-programming
说明: 很好用的matlab编程书籍,包括matlab编程的最基本环节(Very good use matlab programming books, including the most basic part of matlab programming)
- 2010-03-22 11:42:33下载
- 积分: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
-
Design-of-the-filter
基于MATLAB来设计数字滤波器的各种源代码(Design of the filter)
- 2012-05-22 15:20:38下载
- 积分:1
-
Visual-CPP
软件代码保护编写方法-vmprotect(soft-code protect writing-vmprotect)
- 2015-01-20 11:30:40下载
- 积分:1
-
006
MATLAB的程序最大熵谱法,Brug法和Levinson法MATLAB procedures maximum entropy spectrum, Brug law and the law Levinson(MATLAB procedure for maximum entropy spectral method, Brug law and Levinson Law MATLAB procedures maximum entropy spectrum, Brug law and the law Levinson)
- 2008-06-02 12:28:34下载
- 积分:1
-
Random
多种方法实现各(均匀分布,高斯分布,指数分布,瑞利分布等)分布的随机数产生(A variety of methods to realize the (uniform distribution, gaussian distribution, exponential distribution and Rayleigh distribution, etc.) of random number is generated)
- 2016-04-12 13:43:00下载
- 积分:1
-
readSTL
在matlab中读入CAD模型的stl文件,直接获得离散点数据和法矢信息,并可视化显示CAD模型(Read in the STL file of CAD model in matlab, direct access to information discrete points and the method of vector data, and visual display of CAD model)
- 2016-06-16 10:36:53下载
- 积分:1
-
duoxiangshichazhizhengdang
数值分析的大作业,多项式插值的震荡现象,包含了多个源码(Numerical analysis of the major operations, polynomial interpolation of the shock phenomena, including a number of source)
- 2009-12-30 15:51:43下载
- 积分:1
-
model_order_AIC
a matlab code about estimating model order with AIC criteria in modeling
- 2013-07-11 15:39:36下载
- 积分:1
-
webcam-code
web cam code in MATLAB for proper operation
- 2014-09-17 01:33:39下载
- 积分:1