Integer to boolean - MATLAB Cody - MATLAB Central

Problem 2407. Integer to boolean

Difficulty:Rate

Write a general function that will create the following conversation;

 Input is a column vector with integers
 Output is a boolean matrix
 1234 = 1 1 1 1
 23   = 0 1 1 0
 14   = 1 0 0 1
 12   = 1 1 0 0 

Also study the test suite to a better understanding of the problem

Solution Stats

69.84% Correct | 30.16% Incorrect
Last Solution submitted on May 06, 2023

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
2
3

Problem Recent Solvers39

Suggested Problems

More from this Author92

Problem Tags

Community Treasure Hunt

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

Start Hunting!