Registry / serialization / jmatio

jmatio

JSON →
library1.0javamavenunverified

JMatIO is a pure Java library for reading and writing MATLAB MAT-file format (version 5).

<dependency> <groupId>net.sourceforge.jmatio</groupId> <artifactId>jmatio</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · JMATIO
J
jmatio
serializationjavav1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MatFileReader
com.jmatio.io.MatFileReader

Read a MAT-file and print a variable.

import com.jmatio.io.MatFileReader; import com.jmatio.types.MLArray; public class JMatIOExample { public static void main(String[] args) throws Exception { MatFileReader reader = new MatFileReader("data.mat"); MLArray data = reader.getMLArray("variableName"); System.out.println(data.contentToString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jmatio — mvn dependency:get jmatio · libregistry