Conversion of any base (n) to a base 10 number?

6 views (last 30 days)
I know the mathematical process associated with doing this conversion, but I am new to Matlab and don't know how to program it. For example, if given a number 423.032 in base 5, the conversion is (4*5^2)+(2*5^1)+(3*5^0)+(0*5^-1)+(3*5^-2)+(2*5^-3). The answer I get in base ten is 113.136. The program I need to create is for any base n to a base ten number. Any help would be greatly appreciated.

Answers (1)

the cyclist
the cyclist on 7 Feb 2019
There is a thorough answer to this question here.

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!