http://www.matlabsky.com/forum.php
matlab中文论坛
http://www.ilovematlab.cn/index.php
我想你应该听说过李撒如图形吧?如果没听过,查振动的相关章节。% 用来显式椭圆偏振的动画(李撒如图形)
t=0:0.01:7
w=1
x=sin(w*t)
y=-2*cos(w*t)
for i=1:length(t)
plot(x,y,x(i),y(i),'r.','markersize',20)
drawnow
end
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)