for loop for binary values from 00000 to 11111
Show older comments
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
Accepted Answer
More Answers (1)
Andrei Bobrov
on 11 Oct 2012
out = rem(floor((0:63)'*pow2(-5:0)),2)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!