How to replace bit positions
古いコメントを表示
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 件のコメント
madhan ravi
2018 年 12 月 5 日
your desired result example?
Milos Kopec
2018 年 12 月 5 日
Milos Kopec
2018 年 12 月 5 日
回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Library Development についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
