Problem 44971. Convert base 10 to base x (2-16)

Convert input number(s) (cell array of character arrays) in base 10 to base x (2 through 16). Output should be a cell of character arrays. Compute output to a maximum of 50 decimal places.
For example: Convert 1376.5 base 10 into base 2.
answer: {'10101100000.1'}

Solution Stats

8.0% Correct | 92.0% Incorrect
Last Solution submitted on Nov 24, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers2

Suggested Problems

More from this Author54

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!