fopen can use the machine formats (see "help fopen"):
'ieee-le' or 'l' - IEEE floating point with little-endian
byte ordering
'ieee-le.l64' or 'a' - IEEE floating point with little-endian
byte ordering and 64 bit long data typeWhat is the difference between these formats? 64 bit integers can be read in the 'l' format without problems.
Does the machine format a file is opened in concern the 'long' and 'ulong' precision of fread only and nothing else? See "help fopen":
'long' integer, 32 or 64 bits. 'ulong' unsigned integer, 32 bits or 64 bits.
No products are associated with this question.
2 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/35520#comment_74575
Bump.
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/35520#comment_87096
Final bump. What do you suggest: Should I delete the thread when I do not find a (useful) answer?