In Matlab I have a binary file read like this:
fid = fopen('nombrearcihvo', 'r', 'ieee-le')
the contents are short floating, or 32 bits (4 bytes) and to read the first element I use the following:
fread(fid, 1, 'float32')
And throws me...
asked by
06.11.2017 / 18:34