MatFile
This is a subproject of MindSeer. The purpose is to provide a pure Java reader for matlab files. The package is edu.washington.biostr.sig.matfile. This project is fairly simple and there is currently 2 versions:
- Branch matfile_java4 is designed to work in Java 1.4 and above.
- Branch main will eventually support some newer Java 1.5 features that will clean up the interface (the main one will be use of the varargs construct for the indices).
