matio-cpp icon indicating copy to clipboard operation
matio-cpp copied to clipboard

A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.

Results 7 matio-cpp issues
Sort by recently updated
recently updated
newest added

Hello there, is it possible to read multiple large structs (1-3 GB) from a MAT-file concurrently? I found nothing on this github page regarding thread safety. If it is not...

Hello there What I got when I tried to load this library into vcpkg: ``` Severity Code Description Project File String Suppression Status Error C2760 syntax error: expected token ';'...

As discussed in https://github.com/ami-iit/bipedal-locomotion-framework/issues/579 the long in windows has a different size with respect to the UNIX system indeed as explained: 1. https://learn.microsoft.com/en-us/cpp/cpp/data-type-ranges?view=msvc-170 2. https://www.ibm.com/docs/en/ibm-mq/8.0?topic=platforms-standard-data-types 3. https://learn.microsoft.com/en-us/cpp/cpp/fundamental-types-cpp?view=msvc-170#sizes-of-built-in-types The `long` is...

Cool project! Consider adding some system tests that generate mat files across multiple releases of matlab to be read by your library and/or validate that may files written by your...

Is there an example of how to read in a sparse matrix stored in a .mat file?

Dear all, I successfully wrote my data to .mat v7.3, but I noticed the speed was extremely slow. To compare, the same data cost me less than 1sec to write...