help with decimal,hexa,etc converter.

5 次查看(过去 30 天)
for example i have a syntax for base 10 to base n. and i also have a syntax of base m to base 10.
and then what i was given base 2 to base 3 to converter. so the procedure is i need to convert first base 2 to base 10(using base m to base 10 syntax). after that, how would i make my program enter the syntax of base 10 to base n? its like returning to a line in the program.
BTW, i cant use built in converters in matlab.
  1 个评论
Jan
Jan 2012-9-29
The question is not clear. I cannot imagine what "return to a line in a program" could mean.

请先登录,再进行评论。

回答(1 个)

Razvan
Razvan 2012-9-29
编辑:Razvan 2012-9-29
str = dec2base(yourBase10Number, newBase)
  4 个评论
Jan
Jan 2012-9-29
编辑:Jan 2012-9-29
"It is not working" is a very lean description of the occurring problems. If you explain more details, the chance to get help is higher.
I'm convinced, that you do not need an "execute line n" command to implement the desired function.

请先登录,再进行评论。

类别

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