streamlines3
algorithm
- plots stream-tubes of a 3d velocity field developed in user defined points
syntax
[]=streamlines3(XVEL,YVEL,ZVEL,X,Y,Z,XS,YS,ZS)
example for input
streamlines3(XVEL,YVEL,ZVEL,X,Y,Z,[10:8:90],[45,55],10)
input arguments
XVEL, YVEL, ZVEL |
matrices of the velocity components |
X, Y, Z |
vectors defining the rectangular domain |
XS,YS,ZS |
starting points to develope the streamlines |
output arguments
plot |
3d plot of stream tubes |
matlab tools required
- streamtube