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

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

Revision 495 (checked in by cbc, 11 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>ellscale</H1>
6 <H2>(./basics/ellscale.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>ellscale(htel,unitn,scale_xor,scale_yor)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11
12  ELLSCALE  draw a speed scale on an <A HREF = "../6.basics/ellipse.html">ellipse</A> plot
13
14  ELLSCALE  draw a speed scale on an <A HREF = "../6.basics/ellipse.html">ellipse</A> picture.  Typically
15            called after TELLIPSE, passing the object handle returned
16            by TELLIPSE.  If TELLIPSE was used in &quot;particle-excursion&quot;
17            mode, then ELLSCALE cannot draw a vector scale, as there is
18            to draw.
19
20            htel MUST be the handle returned by TELLIPSE.
21            TELLIPSE returns this number to the main
22            workspace.
23
24            unitn (optional) is the flag that indicates which
25            units-text ELLSCALE should put on the figure to
26            correspond to the vector magnitudes:
27  
28               If omitted, ELLSCALE uses the string 'units'.
29               If unitn=1, ELLSCALE uses the string 'm/sec'.
30               If unitn=2, ELLSCALE uses the string 'cm/sec'.
31               If unitn='text', ELLSCALE uses the string 'text'.
32    
33            This last option provides for the user to specify
34            the string of choice for units.
35  
36            If unitn is anything other than one of the possibilities
37            specified above, ELLSCALE aborts.
38
39  Call as: &gt;&gt;  ellscale(h,unitn)
40
41  Written by : Brian O. Blanton
42
43 </pre>
44 <HR>
45 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
46 <BR>
47 Cross-Directory links are: OFF<BR>
48 </BODY>
Note: See TracBrowser for help on using the browser.