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.

-Max

On Thu, Jul 7, 2016 at 5:27 AM, Seb Binet <seb.bi...@gmail.com> wrote:
> hi there,
>
> before I go ahead and implement it, has anyone released a pure-Go read/write
> package for MATLAB files ?
>
> https://www.mathworks.com/help/pdf_doc/matlab/matfile_format.pdf
>
> I've found:
>  https://github.com/ready-steady/mat
>
> but that package is actually using the C-API exposed by a MATLAB
> installation...

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to