Graphics Reference
In-Depth Information
Figure 4-1.
We then create planes along the axes (Figure 4-2 ).
>> hold on
wind_speed = sqrt(u.^2 + v.^2 + w.^2);
hsurfaces = slice(x,y,z,wind_speed,[xmin,xmax],ymax,zmin);
set(hsurfaces,'FaceColor','interp','EdgeColor','none')
hold off
Figure 4-2.
Finally we define an appropriate point of view (Figure 4-3 ).
>> axis tight; view(30,40); axis off
Search WWH ::




Custom Search