Registry / serialization / matio
library1.5.29vcpkgunverified

MATLAB MAT File I/O Library

vcpkg install matio
INSTALL
IMPORT
SIG · MATIO
M
matio
serializationcppv1.5.29
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.h
#include <matio.h>

Open and close a MATLAB .mat file

#include <matio.h> #include <iostream> int main() { mat_t *matfp = Mat_Open("data.mat", MAT_ACC_RDONLY); if (matfp == NULL) { std::cerr << "Failed to open file\n"; return 1; } Mat_Close(matfp); std::cout << "MAT file opened\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.29latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

matio — pip install matio · libregistry