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>read_fem_data</H1> |
---|
6 |
<H2>(./IO_Functions/read_fem_data.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>fem_data_struct=read_fem_data(fname)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
READ_FEM_DATA read a FEM output file of standard filetype. |
---|
12 |
READ_FEM_DATA is part of a suite of OPNML I/O functions |
---|
13 |
to read specific filetypes pertaining to FEM model |
---|
14 |
input and output. These functions allow the user to |
---|
15 |
get these data files into MATLAB without copying the |
---|
16 |
files and removing the header info by hand. |
---|
17 |
|
---|
18 |
READ_FEM_DATA reads all FEM filetypes (.<A HREF = "../4.IO_Functions/s2r.html">s2r</A>,.<A HREF = "../4.IO_Functions/v2c.html">v2c</A>,...), |
---|
19 |
as detailed in "Data File Standards for the Gulf of Maine |
---|
20 |
Project" from the Numerical Methods Laboratory at |
---|
21 |
Dartmouth College. |
---|
22 |
|
---|
23 |
READ_FEM_DATA returns a FEM_DATA_STRUCT to the local |
---|
24 |
workspace that contains all into needed by subsequent |
---|
25 |
routines. |
---|
26 |
|
---|
27 |
If FNAME is omitted, READ_FEM_DATA enables a file |
---|
28 |
browser with which the user can specify the file. |
---|
29 |
|
---|
30 |
Otherwise, FNAME is the name of a standard filetype, |
---|
31 |
relative or absolute (fullpath), including the filetype |
---|
32 |
suffix. This input is a char array so it must be enclosed |
---|
33 |
in single quotes. |
---|
34 |
|
---|
35 |
See FEM_DATA_STRUCT for a description of the struct array |
---|
36 |
returned. |
---|
37 |
Call as: >> data_struct=read_fem_data(fname); |
---|
38 |
|
---|
39 |
Written by : Brian O. Blanton |
---|
40 |
</pre> |
---|
41 |
<HR><H3>Cross-Reference Information</H3>This function calls |
---|
42 |
<pre><UL> |
---|
43 |
<LI><A HREF = "../4.IO_Functions/s2c.html">s2c</A> ./IO_Functions/s2c.m</LI> |
---|
44 |
<LI><A HREF = "../4.IO_Functions/s3c.html">s3c</A> ./IO_Functions/s3c.m</LI> |
---|
45 |
<LI><A HREF = "../4.IO_Functions/s3r.html">s3r</A> ./IO_Functions/s3r.m</LI> |
---|
46 |
<LI><A HREF = "../4.IO_Functions/v2r.html">v2r</A> ./IO_Functions/v2r.m</LI> |
---|
47 |
<LI><A HREF = "../4.IO_Functions/v3c.html">v3c</A> ./IO_Functions/v3c.m</LI> |
---|
48 |
<LI><A HREF = "../4.IO_Functions/v3r.html">v3r</A> ./IO_Functions/v3r.m</LI> |
---|
49 |
</UL></pre> |
---|
50 |
<HR> |
---|
51 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
52 |
<BR> |
---|
53 |
Cross-Directory links are: OFF<BR> |
---|
54 |
</BODY> |
---|