-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi!
MatFileHandler works brilliantly with Matlab 5.0 mat files. But I need support for reading Matlab 7.0. Is that in the pipe?
Right now I get when trying to read:
Unhandled Exception: System.NotSupportedException: Unknown element.
at MatFileHandler.DataElementReader.Read(BinaryReader reader)
at MatFileHandler.MatFileReader.Read(BinaryReader reader)
at MatFileHandler.MatFileReader.Read()
at MatReaderTest.Program.Main(String[] args) in C:\Users\Martin Olausson\source\repos\MatReader\MatReader\Program.cs:line 28
Reactions are currently unavailable