[Scilab-users] mget at Scilab 5.4.1 and 5.5.1

JLan j-lan at online.no
Sun Feb 21 12:26:13 CET 2016


Good that you got it fixed. 

'ul' - unsigned long long int should be 8 bytes, but since uint64 is not
available in Scilab 5, it is nowhere to store it correctly. 

In Scilab 6 it is also problematic, since mgeti() does not correctly
transfer all the bits. An unsigned long long little endian can however be
read in like this:

ULLLE=uint64(mgeti(1,'uil',fid))+uint64(mgeti(1,'uil',fid))*2^32

Jan Å



--
View this message in context: http://mailinglists.scilab.org/Scilab-users-mget-at-Scilab-5-4-1-and-5-5-1-tp4033520p4033525.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list