NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/6.basics/ellipse.html

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 <TITLE>/</TITLE>
2 <BODY>
3 <A HREF = "index.html">[Index for ./basics]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>ellipse</H1>
6 <H2>(./basics/ellipse.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>hell=ellipse(xc,yc,umaj,umin,orien,col)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 ELLIPSE plot ellipse given center, major/minor axes, orientation, etc.
12  ELLIPSE plot ellipse given center, major and minor axes,
13          orientation, and color (optional, def = 'r')
14
15   Input : xc    - ellipse x-coordinate centers, usually node x's;
16           yc    - ellipse y-coordinate centers, usually node y's;
17           umaj  - major axis component
18           umin  - minor axis component
19           orien - orientation clockwise from north (radians)
20           col   - color to draw ellipses (optional, def = 'r')
21  
22           ELLIPSE plots ellipses centered at (xc,yc) with major
23           and minor axes (umaj,umin) at an orientation
24           (orien) radians clockwise from north.  The first
25           five arguments are required; the color (col) is not and
26           defaults to red.
27
28   Output: ELLIPSE returns the handle to the ellipse object drawn.
29            
30  Call as: hell=ellipse(xc,yc,umaj,umin,orien,col)
31
32  Written by : Brian O. Blanton
33
34 </pre>
35 <HR>
36 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
37 <BR>
38 Cross-Directory links are: OFF<BR>
39 </BODY>
Note: See TracBrowser for help on using the browser.