Click or drag to resize

MatFile Class

Container for variables imported from a MAT-file.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatFile

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class MatFile

The MatFile type exposes the following members.

Constructors
 NameDescription
Public methodMatFileInitializes a new instance of the MatFile class
Top
Properties
 NameDescription
Public propertyItem Gets a variable by name.
Public propertyVariables Gets the imported variables keyed by variable name.
Top
Methods
 NameDescription
Public methodAdd Adds or replaces a variable.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also