Hi,
I have some binary files that I wrote in Labview containing data of type double. I'm trying to load the data in Matlab but I am not having much success. In Matlab I am using the fread command and specifying the type as double with the machine format as 'b' for big-endian. But the values I get do not make any sense. Does anyone know what format Labview saves the data in? Is it big-endian? Or something else?
Thanks,
Todd