How to replace bit positions

2 次查看(过去 30 天)
Milos Kopec
Milos Kopec 2018-12-5
hello, how to replace bit positions within the sequence I create myself(i dont know how), between these 3 sequences. :
clear all
x = randi([0 1],24,1) ;
iwant = reshape(x,[8,3]) ;
A = iwant(:,1)
B = iwant(:,2)
C = iwant(:,3)
can u help me please?

回答(1 个)

Milos Kopec
Milos Kopec 2018-12-5
Can u help me where to find comands for this?

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by