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

root/gliderproc/trunk/MATLAB/opnml/html/7.mat4/lcontour4.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 ./mat4]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>lcontour4</H1>
6 <H2>(./mat4/lcontour4.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>chandle=lcontour4(elems,x,y,Q,cval,p1,v1,p2,v2,p3,v3,p4,v4,...</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 LCONTOUR4 contour a scalar field on a FEM grid.
12    LCONTOUR4 contour a vector of scalar values across a FEM grid.
13    LCONTOUR4 accepts a vector of values to be contoured
14    over the provided mesh.  LCONTOUR4 expects the element
15    file to be either 3 or  4 columns wide.  If elems is 4 columns
16    wide, LCONTOUR4 assumes the first column is the element number
17    and strips it away.
18
19  Input:    elems - list of nodes per element
20            x,y - xy locations of nodes; each must be 1-D
21            Q - scalar to be contoured upon; must be 1-D
22            cval - vector of values to contour
23
24            The parameter/value pairs currently allowed in the lcontour4 
25            function are as follows ( default values appear in {} ) :
26
27                 Color       {'r' = red}
28                 LineStyle   {'-' = solid}
29                 LineWidth   {0.5 points; 1 point = 1/72 inches}
30                 MarkerSize  {6 points}
31
32            See the Matlab Reference Guide entry on the LINE command for
33            a complete description of parameter/value pair specification.
34
35            The idea and some of the constructs used in pv decoding
36            in this routine come from an unreleased MathWorks function
37            called polar2.m written by John L. Galenski III 
38            and provided by Jeff Faneuff.
39
40  Output:  lcontour4 returns the handle to the contour line drawn
41
42  Call as: h=lcontour4(e,x,y,Q,cval,p1,v1,p2,v2,...)
43
44  Written by : Brian O. Blanton
45
46 </pre>
47 <HR><H3>Cross-Reference Information</H3>This function calls
48 <pre><UL>
49 <LI><A HREF = "../7.mat4/lcontour2.html">lcontour2</A>      ./mat4/lcontour2.m</LI>
50 </UL></pre>
51 <HR>
52 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
53 <BR>
54 Cross-Directory links are: OFF<BR>
55 </BODY>
Note: See TracBrowser for help on using the browser.