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

root/gliderproc/trunk/MATLAB/opnml/html/6.basics/numscal.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>numscal</H1>
6 <H2>(./basics/numscal.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>h=numscal(x,y,Q,ps)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11
12  NUMSCAL label scalar (Q) values at x,y locations on current axes.
13
14  Input:  x  - x-coordinate array
15          y  - y-coordinate array
16          Q  - scalar (1-D vector)
17          ps - point size for screen text numbers (optional, def=8)
18
19          NOTES: 1) NUMSCAL overlays existing plots regardless of
20                    the state of hold
21                 2) NUMSCAL determines if the current density of nodes
22                    is too high to make the node numbers readable.
23                    If node density is too high, NUMSCAL displays
24                    a warning box asking the user if NUMSCAL
25                    should plot the numbers anyway.
26
27  Call as: &gt;&gt; numscal(x,y,Q,ps);
28
29  Written by : Brian O. Blanton
30
31 </pre>
32 <HR>
33 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
34 <BR>
35 Cross-Directory links are: OFF<BR>
36 </BODY>
Note: See TracBrowser for help on using the browser.