www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/CreateStreamSliceExample.m

    %% Plot Streamlines in Slice Plane
% Load the |wind| data set. Draw a stream slice at |z = 5|.

% Copyright 2015 The MathWorks, Inc.


load wind

figure
streamslice(x,y,z,u,v,w,[],[],[5])
axis tight