MAT-files are a binary format directly supported by SigPlot. A MAT-file consists of a 132-byte header
followed by binary data.
For more information on MAT-files, please visit https://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf
Offset Name Size Type Description
0 header 115 char[115] Header
116 subsys 7 char[7]
124 version 2 int_2
126 endianness 2 char[2]
128 data_offset 4 int_4
132 byte_offset 4 int_4
Methods
-
<static> MatFileReader(options)
-
Matfile Reader
Parameters:
Name Type Description options
-
<static> MatHeader(buf)
-
Create matfile header and attach data buffer
Parameters:
Name Type Description buf
array Data bffer
-
<static> read(theFile, onload)
-
Parameters:
Name Type Description theFile
onload
-
<static> read_http(href, onload)
-
Parameters:
Name Type Description href
onload
-
<static> readheader(theFile, onload)
-
Parameters:
Name Type Description theFile
onload