libmatio-cppv0.3.0
- Updated
matio-cpp is a C++ wrapper for the matio library, automatically dealing with memory allocation and deallocation. It can be used for reading and writing binary MATLAB .mat files from C++, without the need to access or rely on MATLAB's own shared libraries.
- Project website: https://github.com/ami-iit/matio-cpp
#Usage
libmatio-cpp provides CMake targets:
find_package(matioCpp REQUIRED)
target_link_libraries(yourTarget PRIVATE matioCpp::matioCpp)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Alberto Luaces