how to generate a random digital sequence formed of only two bits

 Accepted Answer

randi(2,2,1)'-1

4 Comments

it worked thanx but could you tell me what those 2,2,1 and -1 refers to??
randi(4,5,6) will generate a random matrix 5x6 with numbers from 1 to 4
In our case
randi(2,1,2) will generate array 1x2 with numbers from 1 to 2, to make it from 0 to 1
out=randi(2,1,2)-1
aha ok thanx indeed for your explination.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!