[Scilab-users] mget at Scilab 5.4.1 and 5.5.1

Philipp Mühlmann p.muehlmann at gmail.com
Sun Feb 21 13:28:43 CET 2016


OK, but why did it work with Scilab 5.4.1?

Thanks,
Philipp

2016-02-21 12:26 GMT+01:00 JLan <j-lan at online.no>:

> 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.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>



-- 
There we have the salad.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160221/498047c6/attachment.htm>


More information about the users mailing list