change-base
Change number base (radix) - Feb 1994
B = chb(A,a,b) change numerical base: a,b scalars from 2 to 64 , A,B strings. Number A in base a , expressed in base b by B. Symbols are 0 .. 9 A .. Z a .. z @ &.
Example: '-54.13'-chb(chb('-54.13',6,27),27,6)
Note: since it operates by converting to and from doubles, it is not perfectly reliable for very long numbers in high bases.
Giampiero Campa 21-2-94
Citation pour cette source
Giampiero Campa (2025). chb (https://github.com/giampy1969/change-base/releases/tag/v1.1), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Mathematics > Elementary Math > Discrete Math >
- Mathematics and Optimization > Symbolic Math Toolbox > Mathematics > Numbers and Precision >
Tags
Remerciements
A inspiré : Numeral Systems Toolbox 1.1
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.1 | See release notes for this release on GitHub: https://github.com/giampy1969/change-base/releases/tag/v1.1 |
||
1.0.0.0 | Renamed lowercase |