Problem 1090. Create a random logical vector of N elements of which M are true.

Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true.

For example:

random_binary(10,4)

could result in

[1 0 0 1 1 0 0 0 1 0]

This task is related to problem 1089.

Solution Stats

34.88% Correct | 65.12% Incorrect
Last Solution submitted on Oct 05, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers98

Suggested Problems

More from this Author31

Problem Tags

Community Treasure Hunt

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

Start Hunting!