DEC to HEX on XOR
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to produce output from x1<-- DEC(22)⊕21H; i got some problem here, please help me out
0 comentarios
Respuestas (1)
Walter Roberson
el 19 de Oct. de 2018
Convert the decimal and hex to uint8, bitxor, and then if appropriate convert the output to hex.
0 comentarios
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!