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

root/gliderproc/trunk/MATLAB/opnml/html/6.basics/gen_drog_line.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>gen_drog_line</H1>
6 <H2>(./basics/gen_drog_line.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>outmat=gen_drog_line(nd,z,end_points)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 GEN_DROG_LINE Mouse-driven drogue input coordinate generator
12    GEN_DROG_LINE - Mouse-driven drogue input coordinate generator
13                    prompts the user to draw a line on the current
14                    axes and returns an array of coordinates suitable
15                    for a drogue initialization file.
16
17   INPUT:  nd     - number of drogues along the line.
18           z      - the depth to assign to the horizontal drogue
19                    locations. 
20           end_points - optional 4x1 vector defining the end points of
21                        the sampling lines. 
22                        The 4 values are [X1 Y1 X2 Y2], and if defined
23                        they take precedence over the mouse-driven facility.
24
25  OUTPUT:  outmat - if z is supplied as input, outmat is a (nx*ny*length(z)) by 3
26                    array of 3-D starting locations
27                    if z is NOT supplied as input, outmat is a (nx*ny) by 2
28                    array of 2-D starting locations
29
30  Call as: outmat=gen_drog_line(nd)
31       OR: outmat=gen_drog_line(nd,z)
32       OR: outmat=gen_drog_line(nd,z,end_points)
33
34  Written by :Brian O. Blanton
35  December 1998
36
37 </pre>
38 <HR><H3>Cross-Reference Information</H3>This function calls
39 <pre><UL>
40 <LI><A HREF = "../6.basics/gen_drog_grid.html">gen_drog_grid</A>  ./basics/gen_drog_grid.m</LI>
41 <LI><A HREF = "../6.basics/isint.html">isint</A>          ./basics/isint.m</LI>
42 </UL></pre>
43 <HR>
44 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
45 <BR>
46 Cross-Directory links are: OFF<BR>
47 </BODY>
Note: See TracBrowser for help on using the browser.