Click or drag to resize

MatFileV5WriterToArray Method

Returns the written MAT-file as a byte array.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public byte[] ToArray()

Return Value

Byte
The serialized MAT-file content.
See Also