streamsliceplot3
algorithm
- plots orthogonal stream slice through velocity field
- by default in z-direction through the middle of the domain
- optionally in any user defined location and direction
syntax
[]=streamsliceplot3(XVEL,YVEL,ZVEL,X,Y,Z,dsl,lsl)
example for input
streamsliceplot3(XVEL,YVEL,ZVEL,X,Y,Z,'X',60)
input arguments
XVEL, YVEL, ZVEL |
matrices of the velocity components |
X, Y, Z |
vectors defining the rectangular domain |
dsl |
direction of slice, optional argument |
lsl |
location of slice, optional argument |
output arguments
plot |
slice through velocity field |
matlab tools required
- streamslice