<< mtlb_uint16 Compatible fonctions mtlb_uint64 >>

Scilab Help >> Code Matlab => Scilab > Compatible fonctions > mtlb_uint32

mtlb_uint32

Matlab uint32 emulation function

Description

Matlab and Scilab uint32 behave differently :

Let imax = 2^32 - 1 = 4294967295.

xuint32(x)mtlb_uint32(x)
%nan00
-%inf00
-2imax-10
-1imax0
000
111
10.21010
10.51011
10.511011
.........
imaximaximax
imax+10imax
imax+11imax
%infimaximax

mtlb_uint32 has not to be used for hand coded functions.

The function mtlb_uint32(A) is used by mfile2sci to replace uint32(A) when it is not possible to know what is the input while porting Matlab code to Scilab. This function then determines the correct semantic at run time.


Report an issue
<< mtlb_uint16 Compatible fonctions mtlb_uint64 >>