Clear Filters
Clear Filters

convert base to base

2 views (last 30 days)
Mohammad Imam Malik
Mohammad Imam Malik on 29 May 2017
Hallo guys i want convert base N to base M , i can convert that now , but my problem , i can not convert input to base i want couse like A = 10, B = 11,etc string but the other nummber. i know i am dummy to ask something like that. i already read another post about it but i cant find a solution of my problem .
  2 Comments
Jan
Jan on 29 May 2017
Please explain this sentence in clear words:
i can not convert input to base i want couse like A = 10, B = 11,
etc string but the other nummber
Mohammad Imam Malik
Mohammad Imam Malik on 29 May 2017
sorry i cant use base2base or hex2dec , something like that, i can only use mod . so if input string like in hex FFF , i need read that in nummber and if in okt 8 = 10 , something like that,

Sign in to comment.

Accepted Answer

Stephen23
Stephen23 on 29 May 2017
Edited: Stephen23 on 29 May 2017
Download John D'Errico's excellent FEX submission base2base:
Note that the input Nstart is NOT a numeric value, but a vector of digits.
  1 Comment
Mohammad Imam Malik
Mohammad Imam Malik on 29 May 2017
thanks i try to undertstood this post

Sign in to comment.

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!