1. Home
  2. Browse
  3. libmatio-cpp

libmatio-cpp

v0.3.0#0Latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install libmatio-cpp

Usage

libmatio-cpp provides CMake targets:

find_package(matioCpp REQUIRED)

target_link_libraries(yourTarget PRIVATE matioCpp::matioCpp)

Dependencies

See source

Version

v0.3.0#0

Publication

Supports

All

GitHub

ami-iit/matio-cpp63

Homepage

github.com/ami-iit/matio-cpp

Subtree

acd5bba5aa

License

BSD-2-Clause

Definition

Manifest