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

조회 수: 3 (최근 30일)
Abbas Johar Jinia
Abbas Johar Jinia 2018년 10월 16일
답변: Steven Remington 2018년 10월 19일
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.

답변 (1개)

Steven Remington
Steven Remington 2018년 10월 19일
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.

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by