is there anyone who tried to read binary files exported by Labiew? In my example LabView code I generate an array 2 rows x 8 columns of 32-bit numbers and export it in the little-endian format: 0 1 2 3 4 5 6 7
0 11 22 33 44 55 66 77
Now I try to read the data. I tried several alternatives, but I'm lost. Any hints? E.g. if I try the following: > [val, count] = fread(fid, [8,Inf], "double",0 , "ieee-le"); The output is:
val =