[Index for ./basics]
[Return to Master Index]
ellipse_east
(./basics/ellipse_east.m)
Function Synopsis
hell=ellipse_east(xc,yc,umaj,umin,orien,col)
Help text
ELLIPSE_EAST plot ellipse given center, major/minor axes, orientation, etc.
ELLIPSE_EAST plot ellipse given center, major and minor axes,
orientation (CCW from EAST=0 radians, and color (optional, def = 'r')
Input : xc - ellipse x-coordinate centers, usually node x's;
yc - ellipse y-coordinate centers, usually node y's;
umaj - major axis component
umin - minor axis component
orien - orientation counterclockwise from east (radians)
col - color to draw ellipses (optional, def = 'r')
ELLIPSE_EAST plots ellipses centered at (xc,yc) with major
and minor axes (umaj,umin) at an orientation
(orien) radians counterclockwise from east. The first
five arguments are required; the color (col) is not and
defaults to red.
Output: ELLIPSE_EAST returns the handle to the ellipse object drawn.
Call as: hell=ellipse_east(xc,yc,umaj,umin,orien,col)
Written by : Brian O. Blanton
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF