<< cgal_stream_2 CG-lab constrained_delaunay_2 >>

CG-lab >> CG-lab > cgal_streamlines

cgal_streamlines

Plots data returned by stream_2.

Calling Sequence

streamlines(cell)

Parameters

cell
: is cell array containing the streamlines.

Description

This function plots the streamlines computed by cgal_stream_2.

Examples

p=cglab_getrootpath();
load(p+"/demos/field","u","v");
c = cgal_stream_2(u,v,3.5);
cgal_streamlines(c);

See Also

Authors

<< cgal_stream_2 CG-lab constrained_delaunay_2 >>