Given an fraction decimal number n, convert it to its equivalent binary number.
If it is an infinite binary fraction, keep it upto k precision point.
- n=55.125
- out='110111.001'
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers8
Suggested Problems
-
Determine whether a vector is monotonically increasing
22911 Solvers
-
Return a list sorted by number of occurrences
2890 Solvers
-
Find the peak 3n+1 sequence value
2567 Solvers
-
Project Euler: Problem 3, Largest prime factor
1790 Solvers
-
54 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Similar to my Cody problem.
https://www.mathworks.com/matlabcentral/cody/problems/44971-convert-base-10-to-base-x-2-16
sorry..didn't see that