Feeds
질문
Shifting a 64 bit hex
First I enter a string and convert it to binary using hex2dec and dec2bin. But I can't shift using bitshift because of error ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
bitsrl of a hex value
I want to bit right shift logical a hex value. AF is input hex .Then bit is 10101111 . So bitsrl by 2 should give 101011. So...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How can I xor a and b now?
I want to xor 2 hex values. reshape(dec2bin(hex2dec(str(:)),4).',1,[]) I convert 2 hex values to binary using these and st...
대략 8년 전 | 답변 수: 1 | 0

