Borrar filtros
Borrar filtros

bit reversal in a Vector

2 visualizaciones (últimos 30 días)
Sadia
Sadia el 25 de Dic. de 2012
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??

Respuesta aceptada

Matt J
Matt J el 25 de Dic. de 2012

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by