From: Bruno Luong on 22 Apr 2010 02:55 There is a tool on FEX allows to do operation on uint64/int64 http://www.mathworks.com/matlabcentral/fileexchange/24725-int64-arithmetic-in-matlab >> B = '2A66311C'; >> Bc = uint64(hex2dec(B)); >> dec2hex(mod(Bc*(2*Bc + 1),2^32)) ans = E1DDA73C % Bruno
|
Pages: 1 Prev: switching variable in ODE45 Next: detect an object from an image using NNT |