An open API service indexing awesome lists of open source software.

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.

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.