How to split numbers to A,B,C
1 次查看(过去 30 天)
显示 更早的评论
How to split numbers to A,B,C , for 8 bits? example :
I generated : 10111001100000110011111 , (always 24 numbers,only 0,1) , command : x = randi([0 1],24,1)
and now i want to split these 24 nubers to A,B,C for 8 bits in every sequence (A,B,C). , I used command reshape(x,[8,3]) , but how to add "title" A,B,C?
Is here function/command ? i cant find it
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Smoothing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!