for loop for binary values from 00000 to 11111
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Andrei Bobrov
2012 年 10 月 11 日
out = rem(floor((0:63)'*pow2(-5:0)),2)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!