Hi! Such a package now exists: **github.com/scigolib/matlab** (v0.1.1-beta)
✅ Pure Go (no CGo) ✅ Read/Write v5-v7.3 formats ✅ All numeric types + complex numbers ✅ 90% test coverage, production tested ```bash go get github.com/scigolib/matlab@latest ``` Docs: https://github.com/scigolib/matlab Part of SciGoLib ecosystem. v0.2.0 with v5 writer coming December 2025. On Saturday, 6 May 2017 at 13:41:59 UTC+3 Sebastien Binet wrote: > Elia, > > On Fri, May 5, 2017 at 8:31 PM, <[email protected]> wrote: > >> 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 >> > > I started it: > https://github.com/sbinet/matfio > > but had to put it a bit on the back burner. > it's also a candidate for migration to a hypothetical github.com/gonum/io > package... > > PRs accepted :) > > -s > >> >> >> 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 ? >>> >>> 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... >>> >>> -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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/55b38bad-035d-4c53-9365-536fb70e9d5fn%40googlegroups.com.
