Mat |
public sealed class MatFileV5Writer : IDisposable
The MatFileV5Writer type exposes the following members.
| Name | Description | |
|---|---|---|
| MatFileV5Writer | Initializes a new in-memory MAT-file writer. |
| Name | Description | |
|---|---|---|
| Dispose | Disposes the underlying in-memory stream. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToArray | Returns the written MAT-file as a byte array. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Write | Writes a named variable as an miMATRIX element. | |
| WriteLogicalScalar | Writes a MATLAB logical scalar (mxDOUBLE_CLASS with logical flag) as a 1x1 value. | |
| WriteMatrixDouble | Writes a double matrix with column-major data layout. | |
| WriteScalarDouble | Writes a scalar double value. | |
| WriteString | Writes a MATLAB character array (mxCHAR_CLASS) as a 1xN string. | |
| WriteVectorDouble | Writes a double column vector (N x 1). |