Problem 1488. Generate binary combinations for a given number of bit(s)

Generate the binary combination as in the example below.

Example: If you are given:

 bin_comb(2)

The answer will be:

 0 0
 0 1
 1 0
 1 1

The answer will appear in double class.

Solution Stats

50.23% Correct | 49.77% Incorrect
Last Solution submitted on Oct 22, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers92

Suggested Problems

More from this Author16

Problem Tags

Community Treasure Hunt

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

Start Hunting!