Package com.jmatio.types

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

See:
          Description

Interface Summary
GenericArrayCreator<T>  
 

Class Summary
MLArray  
MLCell  
MLChar  
MLDouble Class represents Double array (matrix)
MLEmptyArray  
MLNumericArray<T extends Number>  
MLSparse  
MLStructure This class represents Matlab's Structure object (struct array).
 

Package com.jmatio.types Description

The matio.types 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