Namespace: matfile

matfile

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
DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.5.5 on 2018-05-19T11:32:34-04:00 using the DocStrap template.