How to read .bin file into matlab as a column vector?

2 visualizaciones (últimos 30 días)
Abbas Johar Jinia
Abbas Johar Jinia el 16 de Oct. de 2018
Respondida: Steven Remington el 19 de Oct. de 2018
I have a .bin file from an equipment. This file represents bunch of information stored in the following manner (attached is the screenshot). I would want matlab to read these data values into a column vector.

Respuestas (1)

Steven Remington
Steven Remington el 19 de Oct. de 2018
In order to read from a BIN file, I would recommend using the 'fread' function in MATLAB. More information about this command can be found at the link below:
By default, 'fread' reads the data into a column vector.

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by