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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

