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!
