MAT File I/O Library
Description
matio is an C library for reading and writing Matlab MAT files.
MAT File I/O Library Web SiteUser Ratings
User Reviews
-
I only use this for simple matrix types, it works and has a clean interface. very useful. I'm surprised there aren't more downloads since this is a very useful way of getting data in and out of c/c++.
-
Works very well for me, even though I have large and complicated MATLAB structs to read/write. Thanks for providing this!