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

28 Solutions

4 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...