Skip to content

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.

#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

and 2 transitive dependencies:

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Alberto Luaces's avatarAlberto Luaces

#Changelog

  • acd5bba[libmatio-cpp] Add new port to vcpkg (#44589)