Registry / serialization / libmatio-cpp

libmatio-cpp

JSON →
library0.3.0vcpkgunverified

A C++ wrapper for the matio library to read and write MATLAB .mat files without MATLAB dependencies.

vcpkg install libmatio-cpp
INSTALL
IMPORT
SIG · LIBMATIO-CPP
L
libmatio-cpp
serializationcppv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

matio-cpp/matio-cpp.hpp
#include <matio-cpp/matio-cpp.hpp>

Open a .mat file and read a variable.

#include <matio-cpp/matio-cpp.hpp> #include <iostream> int main() { matio_cpp::File file = matio_cpp::File::Open("data.mat", matio_cpp::FileMode::Read); auto var = file.Read("variable_name"); std::cout << var.Name() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

libmatio-cpp — pip install libmatio-cpp · libregistry