help with decimal,hexa,etc converter.

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 Kommentar

Jan
Jan am 29 Sep. 2012
The question is not clear. I cannot imagine what "return to a line in a program" could mean.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Razvan
Razvan am 29 Sep. 2012
Bearbeitet: Razvan am 29 Sep. 2012

0 Stimmen

str = dec2base(yourBase10Number, newBase)

4 Kommentare

Portgas Ace
Portgas Ace am 29 Sep. 2012
i cant use the built in converter in matlab so i have algorithms made. is there any syntax that functions like 'execute line n' or something similar?
Razvan
Razvan am 29 Sep. 2012
Bearbeitet: Razvan am 29 Sep. 2012
Portgas Ace
Portgas Ace am 29 Sep. 2012
its not working. :(
Jan
Jan am 29 Sep. 2012
Bearbeitet: Jan am 29 Sep. 2012
"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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 29 Sep. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by