How can I split a column?
显示 更早的评论
Hello, I have a 1312x16 char column (2 bytes) which I need to split and store in two different 1312x8 (1 + 1 byte)
Data looks like:
0000000001110001
0000000001110101
0000000001111000
0000000001111100
0000000001111100
It should look like:
00000000
00000000
00000000
00000000
00000000
&
01110001
01110101
01111000
01111100
01111100
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!