Problem 42709. Find 1's Complement
Find 1's complement of a binary number
For Example:
x = 10011010
1's complement of x = 01100101
Solution Stats
Problem Comments
-
7 Comments
Required output is an array of single digits.
What is the input? Number? String?
What is the output? Array of digits, as Bjorn said?
nice one
Nice One! :v
input is a number and the output should be an array
I have updated the test case. Solvers should check if their solution sill works. Happy coding
How are we supposed to determine the number of leading zeros? (5th test)
Solution Comments
Show commentsProblem Recent Solvers23
Suggested Problems
-
16064 Solvers
-
How to find the position of an element in a vector without using the find function
2778 Solvers
-
Arrange Vector in descending order
12770 Solvers
-
150 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
256 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!