streamslicebatch
algorithm
- plots batch of orthogonal stream slices through velocity field
- in user defined coordinate direction
   
syntax
[]=streamslicebatch(XVEL,YVEL,ZVEL,X,Y,Z,dsl,'sm')
example for input
streamslicebatch(XVEL,YVEL,ZVEL,X,Y,Z,'X','n')
input arguments
| XVEL, YVEL, ZVEL | velocity components | 
| X, Y, Z | vectors defining the rectangular domain | 
| dsl | direction of slice | 
| sm | switch: sm='y' save batch as movie | 
output arguments
| plot | slices through velocity field | 
matlab tools required
- streamslice