Click or drag to resize

MatFileV5Writer Class

MAT-file v5 writer.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.MatlabMatFileV5Writer

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

The MatFileV5Writer type exposes the following members.

Constructors
 NameDescription
Public methodMatFileV5Writer Initializes a new in-memory MAT-file writer.
Top
Methods
 NameDescription
Public methodDispose Disposes the underlying in-memory stream.
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 methodToArray Returns the written MAT-file as a byte array.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite Writes a named variable as an miMATRIX element.
Public methodWriteLogicalScalar Writes a MATLAB logical scalar (mxDOUBLE_CLASS with logical flag) as a 1x1 value.
Public methodWriteMatrixDouble Writes a double matrix with column-major data layout.
Public methodWriteScalarDouble Writes a scalar double value.
Public methodWriteString Writes a MATLAB character array (mxCHAR_CLASS) as a 1xN string.
Public methodWriteVectorDouble Writes a double column vector (N x 1).
Top
See Also