数学建模社区-数学中国

标题: MATLAB 飓风模型 [打印本页]

作者: 李秋锐    时间: 2015-2-1 18:04
标题: MATLAB 飓风模型
load  wind
[sx sy sz]=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([1 1 .125])
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
楼主功德无量,大赞





欢迎光临 数学建模社区-数学中国 (http://www.madio.net/) Powered by Discuz! X2.5