Problem 45326. Decimal Fraction to binary conversion
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
David Hill
on 14 Feb 2020
Similar to my Cody problem.
https://www.mathworks.com/matlabcentral/cody/problems/44971-convert-base-10-to-base-x-2-16
Asif Newaz
on 15 Feb 2020
sorry..didn't see that
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5690 Solvers
-
chance in percent for minimum K heads when a good coin is tossed N times?
51 Solvers
-
Matrix with different incremental runs
127 Solvers
-
Check if number exists in vector
12170 Solvers
-
How long do each of the stages of the rocket take to burn?
324 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!