Problem 2270. Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0.
For example
function y = ret_count(4)
y = x;
end
Here 4 means you have to check the numbers between 1 to 4.
So the answer will be 1 as binary value of 4 is 00000100.
Here n in the function is the number of numbers to be checked starting from 1.
Solution Stats
Problem Comments
-
1 Comment
i think cody has problem with input argument of type "double". When I use Matlab IDE i got the total correct answer
Solution Comments
Show commentsProblem Recent Solvers235
Suggested Problems
-
Make a random, non-repeating vector.
11090 Solvers
-
Determine the number of odd integers in a vector
811 Solvers
-
1226 Solvers
-
Convert Two Character String into a Binary Vector
230 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
395 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!