Function readdia_R14
Read a DIA file to a Matlab structure.
CALL:
data = readdia_R14(fname)
INPUT:
fname: String with the name of the DIA file to be read.
OUTPUT:
data: Structure (empty on error), with fields:
+----IDT
| +----sFiltyp (char)
| +----sSyscod (char)
| +----lCredat (double)
| +----sCmtrgl (char)
+----blok
+----W3H (struct): see emptyW3H
+----MUX (struct): empty, see emptyMUX
+----TYP (struct): empty
+----RGH (struct): empty, see emptyRGH
+----RKS (struct): see emptyRKS
+----TPS (struct): empty, see emptyTPS
+----WRD (struct): see emptyWRD
See also:
writedia_R14