Maybe you already know this, but that PDF seems to cover the format
that was used by MATLAB Version 5 (R8). Versions since R2006b use an
HDF5-based format:
https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html
Unless you only need to work with the old format, you should look for
an HDF5 implementation in Go. I only found bindings for the C library.
Hi Sebastien, I'm writing a program that needs to do the exact same thing you were asking, have you by any chance developed that library? :P
On Thursday, 7 July 2016 11:27:36 UTC+2, Sebastien Binet wrote:hi there,before I go ahead and implement it, has anyone released a pure-Go read/write package for MATLAB files ?I've found:but that package is actually using the C-API exposed by a MATLAB installation...-s
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.