Importing binary LabVIEW files with header information into MATLAB?

对着背影说爱祢 提交于 2019-12-01 11:43:47

I suppose you will need to change the data-format. See Matlab help.

https://decibel.ni.com/content/docs/DOC-39038

Scope:

1) Write a binary file in matlab and read into labview. 2) Write a binary file in labview and read into matlab.

Background:

IMPORTANT:

You must know (3) things about the binary data in the file before you can read the data:

1) what binary format (precision) was used to store the data

2) the exact number of values in the file to read.

3) Endianness There is no row or column in binary files. Think of a long row/or a long column that needs to be mapped to a 2D array.

Resources on data in binary format.

http://cse.unl.edu/~sincovec/Matlab/Lesson%2024/Binary/CS211%20Lesson%2024%20-%20Binary%20File%20Input-Output.htm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!