I have an array with hexadecimal number, like this:
[,1] [,2] [,3]
[1,] "FA" "F8" "D0"
[2,] "CE" "17" "6A"
[3,] "0E" "D6" "22"
If I try to convert to binary, with hex2bin(matriz) (biblioteca BMS) , I get:
[1] 1 1 1 1 1 0 1 0...
asked by
06.08.2018 / 22:16