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_icq4</H1> |
---|
6 |
<H2>(./IO_Functions/read_icq4.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>ret_struct=read_icq4(filename)</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
READ_ICQ4 read a QUODDY4 .icq4 file |
---|
12 |
READ_ICQ4 reads in and parses the Quoddy 4 model |
---|
13 |
results contained in an .icq4 output file. |
---|
14 |
|
---|
15 |
The contents of the .icq4 file are returned to the |
---|
16 |
MATLAB workspace as a structure contaioning fields |
---|
17 |
for each variable. Type "help fem_icq4_struct" |
---|
18 |
for a description of the icq4 structure. |
---|
19 |
|
---|
20 |
Input: If icq4name is omitted, READ_ICQ4 enables a |
---|
21 |
file browser with which the user can specify |
---|
22 |
the .icq4 file. |
---|
23 |
|
---|
24 |
Otherwise, READ_ICQ4 takes as input the filename |
---|
25 |
of the icq4 data file, either relative or |
---|
26 |
absolute, including the .icq4 suffix. |
---|
27 |
|
---|
28 |
Output: The output of READ_ICQ4 is a fem_icq4_struct |
---|
29 |
containing the variables with in the .icq4 file. |
---|
30 |
The output structure can be passed directly to |
---|
31 |
OPNML routines that take .icq4 structures as |
---|
32 |
direct input, like VIZICQ4. |
---|
33 |
|
---|
34 |
Call as: icq4struct=read_icq4(icq4name); |
---|
35 |
|
---|
36 |
Written by: Brian Blanton and Charles Flagg (Dec 1998) |
---|
37 |
|
---|
38 |
</pre> |
---|
39 |
<HR> |
---|
40 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
41 |
<BR> |
---|
42 |
Cross-Directory links are: OFF<BR> |
---|
43 |
</BODY> |
---|