Skip to content

Read matrix data from a regular Matlab .mat file and fill data in a Eigen::Matrix structure.

Notifications You must be signed in to change notification settings

zvant/MatlabMatrixToEigenMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Read matrix data from a regular Matlab .mat file and fill data in a Eigen::Matrix structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages