for loop for binary values from 00000 to 11111
Mostrar comentarios más antiguos
i want to enable rows of a pixel by giving logic high to them , I want write a FOR loop so that first 000000 then 10000 then 01000 then 11000.......11111 are given as input plz guide me with this
note: MSB and LSB are interchanged
Respuesta aceptada
Más respuestas (1)
Andrei Bobrov
el 11 de Oct. de 2012
out = rem(floor((0:63)'*pow2(-5:0)),2)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!