How can I create a 4x4 array with hexadecimal input in matlab?
I'm currently getting this error:
Error using reshape To RESHAPE the number of elements must not change.
key =
16×2 char array
'41'
'42'
'43'
'44'
'45'
'46'
'47'
'48'
'49'
'4A'
'4B'
'4C'
'4D'
'4E'
'4F'
'50'
w = (reshape (key, [4, 4]))';