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 "particle-excursion" |
---|
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: >> 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> |
---|