matfilerw icon indicating copy to clipboard operation
matfilerw copied to clipboard

Read and write MATLAB MAT-files from Java, forked from JMatIO

Results 3 matfilerw issues
Sort by recently updated
recently updated
newest added

Hi there, anybody in the same position, that wanted to read a state space object ? I can comment out the throw exception on line 590 in `MatFileReader` `throw new...

enhancement

MATLAB .fig files are just MAT-files. ([Undocumented MATLAB](http://undocumentedmatlab.com/blog/fig-files-format/)) When opening one of these files in matfilerw, it errors with `incorrect matlab array class: function_handle`. If this is fixed, it will...

enhancement

MatFileRW contributor Florian Enner has created a new Java library for reading and writing MAT files, you can find it at [HebiRobotics/MFL](https://github.com/HebiRobotics/MFL). MatFileRW will continue to accept bug reports and...