Answered what is wrong?
When you cat along the third dimension, the first two dimensions must match up. Let's look at what your cat-ing. First, you ha...
mer än 13 år ago | 0
Answered ascii to binary
>> dec2bin('home')
ans =
1101000
1101111
1101101
1100101
>> char(bin2dec('1101000'))
ans =
...