tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
334 stars 97 forks source link

Is there a Java interface? #57

Closed emmenlau closed 4 years ago

emmenlau commented 7 years ago

Just a friendly question: Is there a Java wrapper or a Java interface for matio? I could not find one, only JNMatLib that uses the native Matlab dlls.

tbeu commented 7 years ago

There is https://github.com/gradusnikov/jmatio which does not use matio and seems no longer maintained for years.

emmenlau commented 7 years ago

Ok maybe I will find some time to try to make a JNI Java wrapper around matio.

tbeu commented 7 years ago

This would be appreciated.

tbeu commented 6 years ago

There also are https://github.com/diffplug/JMatIO and https://github.com/diffplug/matfilerw.