非常好的资料~~
多谢分享,真是我么需要的。
必须大案杂草 。。。。。。。。。。。。。。
爱。真的很贵呀。,。,,,,,
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')
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')
谢谢楼主分享
太有收获了,谢谢
谢谢经验分享...非常好的资料~~
谢谢分享~:)马上就要比赛咯...