matfilerw
matfilerw copied to clipboard
Read and write MATLAB MAT-files from Java, forked from JMatIO
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...
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...
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...