[Index for ./IO_Functions]
[Return to Master Index]
read_s2r
(./IO_Functions/read_s2r.m)
Function Synopsis
[data,gridname]=read_s2r(fname)
Help text
READ_S2R read a FEM output file of s2r filetype.
READ_S2R is part of a suite of OPNML I/O functions
to read specific filetypes pertaining to FEM model
input and output. These functions allow the user to
get these data files into MATLAB without copying the
files and removing the header info by hand.
READ_S2R reads the FEM filetype s2r, as detailed in
"Data File Standards for the Gulf of Maine Project"
from the Numerical Methods Laboratory at Dartmouth
College. (This document is located in the OPNML
notebook under External Documents.) There are two
columns, the first of which is the node number. The
second column is floating point.
Input : If fname is omitted, READ_S2R enables a file browser
with which the user can specify the .s2r file.
Otherwise, fname is the name of the s2r file, relative
or absolute (fullpath), including the suffix 's2r'.
This input is a string so it must be enclosed in single
quotes. The header lines are discarded.
Output : The data part is returned in the variable data.
The domain name is returned in gname
Call READ_S2R as:
>> [data,gname]=read_s2r(fname);
If READ_S2R cannot locate the file, it exits, returning
a -1 instead of the data matrix.
Call as: >> [data,gname]=read_s2r(fname);
Written by : Brian O. Blanton
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF