BUG in dec2hex
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
1 Kommentar
Stephen23
am 4 Sep. 2023
Bearbeitet: Stephen23
am 4 Sep. 2023
You do not explain what the problem is.
Note that your last example uses DOUBLE class and not UINT64, which clearly has a different bit pattern:
u = bitxor(uint64(0xFF000000),0xFFFFFFFFFFFFFFFF)
dec2hex(u)
d = double(u) % The same value you entered by hand
dec2hex(d)
Antworten (0)
Siehe auch
Kategorien
Mehr zu Matched Filter and Ambiguity Function finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!