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

root/gliderproc/trunk/MATLAB/opnml/html/4.IO_Functions/write_nod.html

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 ./IO_Functions]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>write_nod</H1>
6 <H2>(./IO_Functions/write_nod.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>err=write_nod(x,y,fname)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 WRITE_NOD Write a node list to disk in .nod format.
12    WRITE_NOD writes a node list to a file, in the .nod
13    format as specified in the Dartmouth/Thayer School/NML
14    File Standards for the Gulf of Maine projects.
15
16    WRITE_NOD(X,Y,FNAME) opens a file named FNAME in &quot;write&quot; mode
17    and writes the 2-column node list [X Y] to the filename in
18    FNAME, including the node counter as  the first column of the 
19    output file. The user should include the .nod file extension
20    in the filename string FNAME.  All arguments are REQUIRED.
21
22    WRITE_NOD returns a 0 if successful and a -1 if not.
23  
24 </pre>
25 <HR><H3>Cross-Reference Information</H3>This function is called by
26 <pre><UL>
27 <LI><A HREF = "../4.IO_Functions/writegrid.html">writegrid</A>      ./IO_Functions/writegrid.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.