how to generate 2^16 different combinations of a vector containing 0 and 1 only?

Hello all,
I would like to generate 2^16 different combinations of 16 bits containing 0s and 1s. I have tried different ways like using nchoosek,... but I have the out of memory error. Could somebody please propose a more efficient way? Thank you!

1 Comment

Please explain the problem you are working and why you think you need this matrix in memory all at once.

Sign in to comment.

 Accepted Answer

More Answers (0)

Tags

No tags entered yet.

Asked:

Mnr
on 9 Dec 2015

Commented:

Mnr
on 9 Dec 2015

Community Treasure Hunt

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

Start Hunting!