How can convert a .gdb (binary file) file to a .mat file ?

17 Ansichten (letzte 30 Tage)
Bernd-Uwe Stoller
Bernd-Uwe Stoller am 19 Aug. 2019
Beantwortet: Yair Altman am 19 Aug. 2019
Hello, I have tried to setup and prgramm an import routine for a .GDB File from a Data Recorder called Graphtec midi logger GL240. I could not find a routine to be able to import this binary file of 30MB size. Is there a workaround availabe how to get the data into Matlab ? Thanks and best regards !

Antworten (1)

Yair Altman
Yair Altman am 19 Aug. 2019
I am not familiar with a direct GDB-to-Matlab function.
The easiest solution may be to store the data in CSV file rather than GDB. Then you could load the CSV into Matlab using functions such as csvread or the newer readmatrix.
Alternatively, you could ask Graphtec for a GDB-to-CSV conversion utility, and then load the resulting CSV into Matlab.

Kategorien

Mehr zu Software Development Tools finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by