How to Read MAT-File in Qt: C++ (MATLAB data)
Unsolved
General and Desktop
-
Hello Everyone,
I am going to write a program, which needs some data from Matlab.
I am using a simulation program, which gives all the data in .mat format and I have no idea how to read it in with Qt.
The Arraylist, which read the data shoud not be fixed.
The data itself is very large and give both values in Imaginary & Real Part for X, Y and Z direction and I have to do some matrix multiplications in the program.I hope someone can help me :)