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
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers44
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5809 Solvers
-
The sum of the numbers in the vector
644 Solvers
-
Sum of diagonals elements of a matrix
233 Solvers
-
Sum of odd numbers in a matrix
619 Solvers
-
725 Solvers
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!
The author should probably add a case where the first position of x does not contain the maximum column position.