Improved Base Expansion Algorithm
The difference between this algorithm and the other one that i posted is that it takes a vector as an input instead of a number. This is useful if the number you are trying to convert has digits bigger than 9.
Example:
>> baseVecExpand
n = [1 15 13 2]
starting base = 16
base of expanded number = 9
ans =
1 2 1 5 1
>>
My base expansion algorithms use input statements. All you need to do type in is baseVecExpand and the function will start running. you can also use it like a regular function
the regular funciton is baseVecExpand(number, base of number, base you want the number to be)
Cita come
Alexander Wallar (2026). Improved Base Expansion Algorithm (https://it.mathworks.com/matlabcentral/fileexchange/30035-improved-base-expansion-algorithm), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
