How to replace bit positions
Ältere Kommentare anzeigen
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?
3 Kommentare
madhan ravi
am 5 Dez. 2018
your desired result example?
Milos Kopec
am 5 Dez. 2018
Milos Kopec
am 5 Dez. 2018
Antworten (1)
Milos Kopec
am 5 Dez. 2018
0 Stimmen
Kategorien
Mehr zu Library Development finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
