DEC to HEX on XOR
2 views (last 30 days)
Show older comments
how to produce output from x1<-- DEC(22)⊕21H; i got some problem here, please help me out
0 Comments
Answers (1)
Walter Roberson
on 19 Oct 2018
Convert the decimal and hex to uint8, bitxor, and then if appropriate convert the output to hex.
0 Comments
See Also
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!