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

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