How to generate 0 and 1 matrix in specific condition.
6 views (last 30 days)
Show older comments
Jenjen Ahmad Zaeni
on 28 May 2021
Commented: Jenjen Ahmad Zaeni
on 29 May 2021
Hello everyone. I want to generate a random 4x5 matrix with the elements consist of 0 and 1. But, i don't want each column to have a total amount of 1 that is less than 2. So it's more like:
A =
0 1 1 1 0
1 1 1 1 1
1 1 1 0 1
0 0 1 0 1
I'm okay if there are 2, 3, or 4 total amount of '1' element, but i don't want even a single column to have only one '1' element, or zero at all. How to make it possible? Thank you very much.
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!