News

TEMOS now is able to read data files created by The MathWorks, Inc. MATLAB® Software.


Supported Features:


Files with homogeneous variable types of less than 3D dimensionality.

Homogeneous variables of data type CHAR, LOGICAL, INT8, UINT8, DOUBLE, SINGLE, INT16, UINT16, INT32, UINT32, INT64, and UINT64.

Loading all allowable variables from a given *.MAT file and ignoring any non-allowable variables during import.

Reading text channels from the MATLAB® file.

STRUCT data, where each field is a variable.

CELL data from *.DAT files.

COMPRESSED data from *.MAT files.

BigEndian data type.

LittleEndian data type.


Non-Supported Features:

Loading variables in a *.MAT file of heterogeneous data types such as OBJECT and FUNCTION.

Variables with an invalid class type are ignored.

Three-dimensional arrays