Click or drag to resize

MatFileV5Writer Methods

The MatFileV5Writer type exposes the following members.

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