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>az_el</H1> |
---|
6 |
<H2>(./basics/az_el.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>az_el(arg)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
|
---|
12 |
AZ_EL set up azimuth and elevation slider controls for 3-D viewing |
---|
13 |
|
---|
14 |
AZ_EL generates 2 uicontrols (sliders) to allow changing the view point |
---|
15 |
of a 3-D plot by moving the slider controls. The user may |
---|
16 |
call AZ_EL from the command-line or within a function by |
---|
17 |
passing AZ_EL "1" as the argument. |
---|
18 |
|
---|
19 |
Call as: >> az_el(1); |
---|
20 |
|
---|
21 |
AZ_EL was gutted from a MATLAB demo |
---|
22 |
and turned into a function by: |
---|
23 |
Brian O. Blanton |
---|
24 |
|
---|
25 |
</pre> |
---|
26 |
<HR> |
---|
27 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
28 |
<BR> |
---|
29 |
Cross-Directory links are: OFF<BR> |
---|
30 |
</BODY> |
---|