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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/numelems.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 ./FEM]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>numelems</H1>
6 <H2>(./FEM/numelems.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>h=numelems(fem_grid_struct,ps)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 NUMELEMS number elements on current axes in viewing region.
12
13   INPUT : <A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A> - (from <A HREF = "../3.FEM/loadgrid.html">LOADGRID</A>, see <A HREF = "../3.FEM/fem_grid_struct.html">FEM_GRID_STRUCT</A>)
14           ps              - point size for screen text numbers
15                             (optional, def=15)
16
17  OUTPUT : h - vector of handle to text objects drawn (optional)
18
19    CALL : h=numelems(<A HREF = "../3.FEM/fem_grid_struct.html">fem_grid_struct</A>,ps);
20
21  Written by: Brian O. Blanton
22  Summer 1997
23
24 </pre>
25 <HR><H3>Cross-Reference Information</H3>This function calls
26 <pre><UL>
27 <LI><A HREF = "../3.FEM/is_valid_struct.html">is_valid_struct</A>./FEM/is_valid_struct.m</LI>
28 </UL></pre>
29 <HR>
30 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
31 <BR>
32 Cross-Directory links are: OFF<BR>
33 </BODY>
Note: See TracBrowser for help on using the browser.