streamslice
Plot streamlines in slice planes
Syntax
Description
streamslice(___,
modifies
the automatic spacing of the streamlines, where density
)density
is a positive
scalar. The default value is 1
. Higher values produce more streamlines on
each plane. For example, 2
produces approximately twice as many
streamlines as the default, while 0.5
produces approximately half as
many.
streamslice(___,
, where
arrowsmode
)arrowsmode
is 'noarrows'
, does not draw direction
arrows. The default for arrowsmode
is 'arrows'
,
which draws direction arrows. Use this option with any of the input arguments from the
previous syntaxes.
streamslice(___,
specifies
the interpolation method, where method can
be method
)'linear'
, 'cubic'
,
or 'nearest'
.
streamslice(
plots into the
specified axes, instead of into the current axes object (ax
,___)gca
).
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006aSee Also
contourslice
| slice
| streamline
| volumebounds
| meshgrid
| interp3
| interp2
| streamribbon
| streamtube