필터 지우기
필터 지우기

bit reversal in a Vector

조회 수: 2 (최근 30일)
Sadia
Sadia 2012년 12월 25일
i want to take a NOT of one bit in a vector and then restore that bit in the same vector.e.g.
a=[0 1 1 0]
what i need is:
a=[0 0 1 0]
Any ideas??

채택된 답변

Matt J
Matt J 2012년 12월 25일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by