DEC to HEX on XOR
2 ビュー (過去 30 日間)
古いコメントを表示
how to produce output from x1<-- DEC(22)⊕21H; i got some problem here, please help me out
0 件のコメント
回答 (1 件)
Walter Roberson
2018 年 10 月 19 日
Convert the decimal and hex to uint8, bitxor, and then if appropriate convert the output to hex.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!