MatFileV5ReaderRead Method |
Reads a MATLAB MAT-file v5 from the provided stream.
Namespace: Altaxo.Serialization.MatlabAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static MatFile Read(
Stream stream
)
Parameters
- stream Stream
- Readable stream positioned at the start of a MAT v5 file.
Return Value
MatFileThe parsed variables as a
MatFile.
See Also