Create a random logical vector of N elements of which M are true. - MATLAB Cody - MATLAB Central

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

Difficulty:Rate

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

35.37% Correct | 64.63% Incorrect
Last Solution submitted on Dec 07, 2024

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
5

Problem Recent Solvers102

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!
Go to top of page