MATLAB 飓风模型
load wind=meshgrid(80,20:1:55,5);
verts=stream3(x,y,z,u,v,w,sx,sy,sz);
sl=streamline(verts);
iverts=interpstreamspeed(x,y,z,u,v,w,verts,.025);
axis tight;view(30,30);daspect()
camproj perspective; camva(8)
set(gca,'DrawMode','fast')
box on
streamparticles(iverts,35,'animate',10,'ParticleAlignment','on')
六六六。。。。。。。。。。。。。。。。。。
其实还有其他的 可以上网找一下
楼主功德无量,大赞
页:
[1]