Skip to Content

libmatio-cpp v0.3.0

Created
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) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

and 2 transitive dependencies:

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Alberto Luaces's avatar Alberto Luaces

# Changelog

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

# Source