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 Solvers11
Suggested Problems
-
Increment a number, given its digits
688 Solvers
-
Back to basics 4 - Search Path
383 Solvers
-
Return elements unique to either input
815 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
226 Solvers
-
Detect a number and replace with two NaN's
200 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