V000 发表于 2009-7-6 15:26

非常好的资料~~

jessica220 发表于 2009-7-6 16:52

多谢分享,真是我么需要的。

jessica220 发表于 2009-7-6 16:53

必须大案杂草   。。。。。。。。。。。。。。

jessica220 发表于 2009-7-6 16:54

爱。真的很贵呀。,。,,,,,

扬帆呢 发表于 2009-7-6 19:36

step=0.04;
k=10./step;
w=1:k;
A=1:k;
t=step.*(w-1);
g=9.8;
l=1;
A (1)=0.1;
for  i=1:length (w)-1;
     w (i+1)=w (i)-step.*(g/l)*A (i);
     A (i+1)=A (i)+step.*w (i+1);   
end
plot (t,A,'b')
hold off
xlabel ('t (s)')
ylabel ('A (radians)')
title ('A-t')

扬帆呢 发表于 2009-7-6 19:38

step=0.04;
k=10./step;
w=1:k;
A=1:k;
t=step.*(w-1);
g=9.8;
l=1;
A (1)=0.1;
for  i=1:length (w)-1;
     w (i+1)=w (i)-step.*(g/l)*A (i);
     A (i+1)=A (i)+step.*w (i+1);   
end
plot (t,A,'b')
hold off
xlabel ('t (s)')
ylabel ('A (radians)')
title ('A-t')

Alice0701 发表于 2009-8-5 16:01

谢谢楼主分享

yi00chao 发表于 2009-8-5 18:50

太有收获了,谢谢

AlbertW 发表于 2009-8-5 19:51

谢谢经验分享...非常好的资料~~

mintsh 发表于 2009-8-6 10:33

谢谢分享~:)马上就要比赛咯...
页: 1 2 3 4 5 [6] 7 8 9 10
查看完整版本: 参赛经验分享