[Index for ./IO_Functions] [Return to Master Index]

write_nod

(./IO_Functions/write_nod.m)


Function Synopsis

err=write_nod(x,y,fname)

Help text

WRITE_NOD Write a node list to disk in .nod format.
   WRITE_NOD writes a node list to a file, in the .nod
   format as specified in the Dartmouth/Thayer School/NML
   File Standards for the Gulf of Maine projects.

   WRITE_NOD(X,Y,FNAME) opens a file named FNAME in "write" mode 
   and writes the 2-column node list [X Y] to the filename in 
   FNAME, including the node counter as  the first column of the  
   output file. The user should include the .nod file extension
   in the filename string FNAME.  All arguments are REQUIRED.

   WRITE_NOD returns a 0 if successful and a -1 if not.
 

Cross-Reference Information

This function is called by

Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF