-
Correlation
过程相关性检验,模型+脚本。matlab(correlation test, model+ scripts. matlab)
- 2013-08-10 20:17:25下载
- 积分:1
-
invertersvpwm
inverter space vector pwm
- 2010-03-05 12:38:35下载
- 积分:1
-
DZ016
基于Matlab的TFT-LCD解码电路的仿真设计,全篇论文,包括相关仿真。(The simulation design, the TFT-LCD decoding circuit based on Matlab this paper, including the related simulation.)
- 2015-04-05 15:41:00下载
- 积分:1
-
particle
一个故障诊断的程序,采用了形态学的方法,将故障时刻检测了出来。(A fault diagnosis of the program, the morphological method, fault detection out time.
)
- 2012-03-02 18:44:04下载
- 积分:1
-
embeding
水印的嵌入 检测 提取 该算法实现的功能比较容易看懂(watermark embeding extracting )
- 2009-03-11 18:37:05下载
- 积分:1
-
intersection-lines
intersection_lines(A, B) between two lines
- 2013-08-01 21:18:27下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
Contact_Information_System
Simple Contact Information System
- 2014-10-26 20:30:25下载
- 积分:1
-
Class-Work-1(1)
matlab homework1 for your student
- 2012-08-25 21:28:33下载
- 积分:1
-
Matlab1
实验一、正整数分解问题,实验二、四人追击问题, 实验三、个人所得税的计算 , 实验四、水塔水流量的估计(Experiment 1, positive integer factorization problem, the second experiment, four chasing the problem, experiment 3, individual income tax calculation, experiment 4, the estimated water flow cooling tower)
- 2010-09-21 09:35:48下载
- 积分:1