DEC to HEX on XOR

2 views (last 30 days)
Fasya Aoi
Fasya Aoi on 19 Oct 2018
Answered: Walter Roberson on 19 Oct 2018
how to produce output from x1<-- DEC(22)⊕21H; i got some problem here, please help me out

Answers (1)

Walter Roberson
Walter Roberson on 19 Oct 2018
Convert the decimal and hex to uint8, bitxor, and then if appropriate convert the output to hex.

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!