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.
libmatio-cpp provides CMake targets:
find_package(matioCpp REQUIRED)
target_link_libraries(yourTarget PRIVATE matioCpp::matioCpp)
v0.3.0#0
All
BSD-2-Clause
Manifest