Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 442 Bytes

MatlabMatrixToEigenMatrix

Transport data between .mat file and Eigen::Matrix object.

Sample code are provided. Please test and report bugs.

Matlab and libeigen3 are required.

How to build:

cd path_to_directory

cp CMakeLists.txt.example CMakeLists.txt

Then edit the CMakeLists.txt to specify your own Matlab path.

cd build

cmake ..

make

Doxygen generated documentation

http://zvant.github.io/MatlabMatrixToEigenMatrix