What is matfile

matfile is a set of utilities for interacting with Matlab files (see the document matfile_format, which explains the structure of such files), that gives you the possibility to export C++-data in form of dense or sparse matrices to Matlab or other programs and to import such data into your C++ program.

Development version

Until the first version is released, you can download the sources from the bitbucket repository: there are zip, tar.gz and tar.bz2 archives.

You can also use mercurial in order to have the possibility of update your version. To do so, you just have to use the following command:

hg clone http://bitbucket.org/spiros/matfile

Documentation

The documentation is made with doxygen. You can view it in the related section.