https://github.com/auralius/readbin
This function reads a general binary file containing a sequence of numbers into the MATLAB workspace by first reshaping those numbers into a matrix.
https://github.com/auralius/readbin
binary-file data-logging labview
Last synced: 7 months ago
JSON representation
This function reads a general binary file containing a sequence of numbers into the MATLAB workspace by first reshaping those numbers into a matrix.
- Host: GitHub
- URL: https://github.com/auralius/readbin
- Owner: auralius
- Created: 2016-05-19T16:45:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T03:25:14.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T05:22:58.812Z (11 months ago)
- Topics: binary-file, data-logging, labview
- Language: MATLAB
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# readbin
This function reads a general binary file that contains a sequence of numbers into the MATLAB workspace by first reshaping them into a matrix of N x n_channels where N depends on how many number are there.
This function has been tested for binary files created by LabVIEW and Armadillo library.