필터 지우기
필터 지우기

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

조회 수: 4 (최근 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에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by