李秋锐 发表于 2015-2-1 18:04

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')

李秋锐 发表于 2015-2-1 18:07

六六六。。。。。。。。。。。。。。。。。。

李秋锐 发表于 2015-2-1 18:08

其实还有其他的   可以上网找一下

焊工秋月 发表于 2015-2-1 19:03

楼主功德无量,大赞
页: [1]
查看完整版本: MATLAB 飓风模型