Graphics Reference
In-Depth Information
Figure 4-8.
Subsequently represented is an isosurface (Figure 4-9 ) based on the wind.mat data set.
>> [x, y, z, v] = flow;
p = patch(isosurface(x,y,z,v,-3));
isonormals(x,y,z,v,p)
set(p,'FaceColor','blue','EdgeColor','none');
daspect([1 1 1])
view(3); axis tight
Figure 4-9.
Search WWH ::




Custom Search