How to generate all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, ..........​..........​..........​...., 11111111 ?

3 次查看(过去 30 天)
I am thinking that it can be generated by using staging 0 and 1 in prefix to {0, 1} and repeat it till the desired answer.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2015-7-17
编辑:Azzi Abdelmalek 2015-7-17
dec2bin((0:255)')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by