About 283,000 results
Open links in new tab
  1. Reading data of a mat file in visual c++ by MatIO

    Jul 2, 2015 · 2 I want to read a mat file in visual C++ by matI/o library. I add #include<matio.h> to headers and add folder of headers to VC++ Directories>include dir . My mat file (opt.mat) has a …

  2. Opening a 3d matlab file in C++ with Matio - Stack Overflow

    So I have a matlab file that is a 3d matrix. I am using C++ to read in the file, specifically with matio.h but I am having some trouble/confusion with reading the actual data. I know how to find ou...

  3. Using Matio Library to read a string from a .mat file into C++

    Aug 25, 2014 · 1 I use the matio library to input a .mat file in my C++ code. It works nicely for numeric values; but I have problem reading character arrays.

  4. Using Mat_CreateVer for MATLAB versions higher than 7.3

    Jan 10, 2024 · The MAT file versions correspond to the version number of MATLAB when they were introduced. MAT file version 7.3 is good for MATLAB v7.3 (release R2006b) and later. The file format …

  5. Error when compiling MATIO library: "Undefined reference to …

    May 1, 2021 · 0 so after building and installing the MATIO library using CMake, I am now having problems compiling it. Here's my code:

  6. matlab - Reading .mat file in C++ without using external library (matio ...

    Apr 19, 2024 · How can I read .mat file in C++ without using Any external libraries (matio etc.) or API? I know what is inside of the file: img1 double 512×640 2621440 bytes img2 double 512x640 2621440 …

  7. c++ - Can't build the MATIO library - Stack Overflow

    Apr 20, 2021 · So I have a project in which I must read structs from MAT files and save them with my C++ code, so I looked everywhere for a fitting library to use and so I came stumbled upon the MATIO …

  8. Statically linking matio library using g++ - Stack Overflow

    Jan 16, 2015 · How do you statically link matio, a library for reading mat-files, mainly used by matlab and octave into an executable? If the file main.cpp holds matio functionality the compiler call g++ -o mai...

  9. Mat_Open is not working while using matio in C++ - Stack Overflow

    Oct 18, 2016 · Mat_Open is not working while using matio in C++ Asked 9 years ago Modified 9 years ago Viewed 736 times

  10. c++ - MATIO read complex data - Stack Overflow

    Mar 3, 2022 · Im trying to convert a program from C++/MEX to just C++ using MATIO and I am wondering if MATIO has an equivalent to mxGetPr(cal) and mxGetPi(cal)? I see in the struct typedef …