Write .mat files in java

I have an application where front end is Java and back end is matlab. I need to export data in .mat format. Please help me with the different ways to implement it.

Answers (1)

Florian Enner
Florian Enner on 1 Nov 2018
Edited: Florian Enner on 22 Feb 2019

1 vote

This question is pretty old, but it still comes up on Google.
We recently open sourced MAT File Library for working with MAT files in Java.
Alternatively, there is also MatFileRW which is a fork of the no longer maintained JMatIO library.

Asked:

on 14 Aug 2014

Edited:

on 22 Feb 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!