MatFileHandler icon indicating copy to clipboard operation
MatFileHandler copied to clipboard

MATLAB .mat-file reading/writing API for .NET Standard

Results 15 MatFileHandler issues
Sort by recently updated
recently updated
newest added

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:...

enhancement

Hi! I was looking at how objects are stored in MAT files, and came across this repository and your explanation in `MatFileHandler/objects.md`. When trying to replicate, I observed some small...

I would be really nice that the TableAdapter is able to extract a single row as a IStructureArray.

Would be nice to be able to write data without having it all in memory.

We can read some MATLAB objects (strings, datetimes, etc.), and it would be nice to add support for writing them. See also #2