Click or drag to resize
Accord.NET (logo)

MatReader Properties

The MatReader type exposes the following members.

Properties
  NameDescription
Public propertyBaseStream
Returns the underlying stream.
Public propertyBigEndian
Gets whether the MAT file uses the Big-Endian standard for bit-order. Currently, only little endian is supported.
Public propertyCode exampleDescription
Gets the human readable description of the MAT file.
Public propertyFieldNames
Gets the name of the variables contained in this file. Those can be used as keys to the Fields property to retrieve a variable or navigate the variable hierarchy.
Public propertyFields
Gets the child nodes contained in this file.
Public propertyItemInt32
Gets a child object contained in this node.
Public propertyItemString
Gets a child object contained in this node.
Public propertyTranspose
Gets whether matrices will be auto-transposed to .NET row and column format if necessary.
Public propertyVersion
Gets the version information about the file. This field should always contain 256.
Top
See Also