Package com.jmatio.io

The matio.io package contains classes of the JMatIO library, which supports reading and writing Matlab's binary MAT-files.

See:
          Description

Class Summary
MatFileFilter File filter.
MatFileHeader MAT-file header Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field and two, 16-bit flag fields
MatFileReader  
MatFileWriter MAT-file writer.
 

Exception Summary
MatlabIOException MAT-file reader/writer exception
 

Package com.jmatio.io Description

The matio.io package contains classes of the JMatIO library, which supports reading and writing Matlab's binary MAT-files.

References

  1. JMatIO — Matlab's MAT-file I/O in JAVA at mathworks.com
  2. JMatIO — Matlab's MAT-file I/O in JAVA at sourceforge.net