Problem 568. Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input string is '0000', the output is 0
Solution Stats
Problem Comments
-
3 Comments
Something weird is happening
When I submit the size of my code is -1 and it fails the test suite when it seems to work fine in MATLAB desktop.
would you please let me know why
sum(x) creates error?
Cool problem!
Solution Comments
Show commentsProblem Recent Solvers9810
Suggested Problems
-
Program an exclusive OR operation with logical operators
727 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
404 Solvers
-
Set the array elements whose value is 13 to 0
1381 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12222 Solvers
-
Fix the last element of a cell array
1564 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!