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

2 次查看(过去 30 天)
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 中查找有关 Data Import and Analysis 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by