-
found
用基础知识编的matlab车牌识别的小程序,对于初学者而言有点帮助哦~(With a basic knowledge of license plate recognition matlab series of small programs, for the beginner a little help, oh ~)
- 2010-06-05 15:09:34下载
- 积分:1
-
GridAssemble
刚度矩阵集成的程序,使用matlab编制,上传的是m文件(GridAssemble)
- 2009-12-18 14:49:54下载
- 积分:1
-
stga
this is stga method in evolutionay computing
- 2009-05-29 15:16:41下载
- 积分:1
-
the-function-value-defined-intervals
说明: 求解定义区间内的函数值,求解定义区间内的函数值,求解定义区间内的函数值(Solving the function value defined intervals)
- 2011-03-20 11:39:54下载
- 积分:1
-
NJCSTCFSN
说明: 用数值积分算法计算hankel变换,并采用连分式逼近(Hankel transform by continued fraction)
- 2010-04-12 16:24:50下载
- 积分:1
-
Matlab
用matlab语言对汽车动力经济性进行仿真(very good)
- 2010-05-14 09:22:52下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
Control
电机矢量控制模型,控制参数可调,模型可改变成任何电机。(Motor vector control model, adjustable control parameters, the model can be changed to any motor.)
- 2011-12-29 12:52:19下载
- 积分:1
-
Untitled
这个是用来仿真MIMO信道ZF检测的MATLAB仿真程序,被调制信号的2个比特被放在了复数的实部与虑部。(This is used to simulate the MIMO channel ZF detection MATLAB simulation program, is two-bit modulation signal is placed on the real part of the complex into account department.)
- 2015-03-21 16:23:27下载
- 积分:1
-
vgg
多视点几何学中从P中提取出K,R例如P = K*R*[eye(3) -t]以及从两个相机矩阵得到单应矩阵(Multiview geometry extracted from the P K, R such as P = K* R* [eye (3)-t])
- 2010-07-12 16:16:53下载
- 积分:1