How to replace bit positions

조회 수: 6 (최근 30일)
Milos Kopec
Milos Kopec 2018년 12월 5일
댓글: 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?
  댓글 수: 3
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일
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