 |
Read data from binary file - MATLAB fread
This MATLAB function reads data from an open binary file into column vector A and positions the file pointer at the end-of-file marker. ... Create a file named nine.bin, containing the values from 1 to 9. Write the data as uint16 values. fileID = fopen('n
www.mathworks.com |
 |