Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
![]() |
#2 | |
普通会员
注册日期: 2009-03-25
年龄: 37
帖子: 52
声望力: 18 ![]() |
![]() 引用:
%透明度值的设置 [x,y,z,v]=flow; %创建运动特性数据,用来显示流体 p=patch(isosurface(x,y,z,v,-3)); %创建斑点式数据 isonormals(x,y,z,v,p); %创建运动特性数据 set(p,'facecolor','red','edgecolor','none'); %设置属性 daspect([1,1,1]);%创建表面图形 view(3); %设置视角 axis tight; %设置坐标轴 grid on; %网格 camlight; %设置光照效果 lighting gouraud; %设置光照效果 alpha(0.5);
__________________
:水榭焚香听琴事,浪荡江湖不系舟: ![]() 感谢请点thanks |
|
![]() |
![]() |