Scilab Function

xarcs - draw parts of a set of ellipses

Calling Sequence

xarcs(arcs,[style])

Parameters

Description

xarcs draws parts of a set of ellipses described by arcs: arcs=[x y w h a1 a2;x y w h a1 a2;...]' where each ellipse is defined by the 6 parameters (x,y,w,h,a1,a2) (see xarc).

style(i) gives the color used to draw ellipse number i.

Examples

See Also

Author