Write a MAT file without using matlab headers and libraries.
Posted
by YuppieNetworking
on Stack Overflow
See other posts from Stack Overflow
or by YuppieNetworking
Published on 2010-04-23T16:20:02Z
Indexed on
2010/04/23
17:13 UTC
Read the original article
Hit count: 473
Hello all,
I have some data that I would like to save to a MAT file (version 4 or 5, or any version, for that matter). The catch: I wanted to do this without using matlab libraries, since this code will not necessary run in a machine with matlab. My program uses Java and C++, so any existing library in those languages that achieves this could help me out...
I did some research but did not find anything in Java/C++. However, I found that scipy on python achieves this with mio4.py
or mio5.py
. I thought about implementing this on java or C++, but it seems a bit out of my time schedule.
So the question is: is there any libraries in Java or C/C++ that permits saving MAT files without using Matlab libraries?
Thanks a lot
© Stack Overflow or respective owner