Clear Filters
Clear Filters

how to create a binary random matrix

1 view (last 30 days)
loukil sana
loukil sana on 5 May 2016
Answered: Azzi Abdelmalek on 5 May 2016
hi, i want to create a binary random matrix of (4,2). matrix row could be: 0 0 or 0 1 or 1 0 or 1 1. how can i do that please. thanks

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 5 May 2016
randi([0 1],4,2)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!