Julia module for reading MATLAB files. Read and write MATLAB files in Julia. This library can read MATLAB .mat files, both in the older v4/v5/v6/v7 format, as well as the newer v7.3 format.
Features
- Read and write MATLAB files in Julia
- This library can read MATLAB .mat files
- All files are written in MATLAB v7.3 format by default
- Writing in MATLAB v4 format is provided by the matwrite function with keyword argument
- Read a single variable from a MAT file
- Write a variable to a MAT file
