streamline
Plot streamlines from 2-D or 3-D vector data
Syntax
Description
streamline(
plots streamlines from
vertices, specified as a cell array of vertex arrays (as returned
by verts
)stream2
, stream3
, or
streamslice
).
streamline(___,
plots
streamlines using the specified options, defined as a one- or two-element vector with the
form options
)step
or [step maxvert]
, where
step
is the step size in data units for interpolating the vector data
and maxvert
is the maximum number of vertices in a streamline. Use this
argument with any of the input argument combinations from the previous syntaxes.
streamline(
plots
streamlines into the specified axes, instead of into the current axes object
(ax
,___)gca
).
returns a vector of one or more lineobj
= streamline(___)Line
objects. Use
lineobj
to modify properties of the streamlines after creating them.
For a list of properties, see Line Properties.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a
See Also
coneplot
| stream2
| stream3
| streamparticles
| meshgrid