-
tt_grt_rtw
将matlab、simulink 船舶航向模型转化成C++代码,进行实时控制(convey matlab/simulink ship course model to c++ code and realize realtime control)
- 2012-04-02 21:09:12下载
- 积分:1
-
leach
经典的leach算法,参考sep原文更容易看懂(the classic wsns algorithm,leach)
- 2011-12-08 18:45:10下载
- 积分:1
-
MATLAB-JCmethod
matlab中的JC法例程。可应用与可靠度计算等工程实例中。(JC method in matlab routine. Examples of application and reliability engineering can be calculated and the like.)
- 2021-04-19 17:18:51下载
- 积分:1
-
rs_cnv
由RS码、卷积码构成的级联码,结合交织技术,用于信道编码(RS code and convolution code, combine with interleaving, use for channel coding. )
- 2009-03-10 11:01:42下载
- 积分:1
-
mtl_inp_sim_ndd
this matlab code is of interpolation of some given points using newton s divided difference method.
- 2011-04-21 01:54:02下载
- 积分:1
-
GM(1-1)
用MATLAB的灰色预测GM(1,1)模型
(Grey with a MATLAB-GM (1,1) model)
- 2011-05-14 21:45:51下载
- 积分: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
-
optimation
轨迹优化程序,运用配点法,希望对大家有所帮助(optimation based on local point)
- 2021-03-15 09:19:22下载
- 积分:1
-
Markov-Chains-examples-with-codes
马尔科夫链的matlab仿真,马尔可夫模型(Markov Model,MM)是统计模型,它用来描述一个含有隐含未知参数的马尔可夫过程。(Matlab simulation of Markov chains, Markov models (Markov Model, MM) is a statistical model, which is used to describe an unknown parameter containing hidden Markov process.)
- 2013-07-25 07:29:31下载
- 积分:1
-
gabp-m-files
传算法对BP网络权值阈值进行优化的matlab源代码(matlab code )
- 2009-02-01 22:12:30下载
- 积分:1