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

10 次查看(过去 30 天)
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.

回答(1 个)

the cyclist
the cyclist 2019-2-7
There is a thorough answer to this question here.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by