Click or drag to resize

MatFileV5ReaderRead Method

Reads a MATLAB MAT-file v5 from the provided stream.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static MatFile Read(
	Stream stream
)

Parameters

stream  Stream
Readable stream positioned at the start of a MAT v5 file.

Return Value

MatFile
The parsed variables as a MatFile.
See Also