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
madhan ravi 2018 年 12 月 5 日
your desired result example?
Milos Kopec
Milos Kopec 2018 年 12 月 5 日
like this
20181203_224007.jpg
Milos Kopec
Milos Kopec 2018 年 12 月 5 日
madhan are u here?

サインインしてコメントする。

回答 (1 件)

Milos Kopec
Milos Kopec 2018 年 12 月 5 日

0 投票

Can u help me where to find comands for this?

タグ

質問済み:

2018 年 12 月 5 日

コメント済み:

2018 年 12 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by