input is 10 --> 1010 output should be 3 --> 0011
input 23 --> 10111 output should be 15 --> 01111
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers95
Suggested Problems
-
2253 Solvers
-
Remove the two elements next to NaN value
713 Solvers
-
Split a string into chunks of specified length
2152 Solvers
-
Simple equation: Annual salary
4271 Solvers
-
716 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Technically it is the decimal equivalent of the "minimum binary" that must be returned here....