Convert decimal integer to arbitrary base.

Versione 1.1.0.0 (1,4 KB) da DS
DECIMAL_CONVERT generates a vector of coefficients representing a base 10 integer in a chosen base.
484 download
Aggiornato 9 apr 2012

Visualizza la licenza

DECIMAL_CONVERT(D,B) returns the representation of decimal integer, D, as a vector of coefficients such that:

D = xn*B^n + ... + x2*B^2 + x1*B^1 + x0*B^0

where B is the chosen base.

See also polyval, dec2base, base2dec, de2bi, bi2de.

Cita come

DS (2024). Convert decimal integer to arbitrary base. (https://www.mathworks.com/matlabcentral/fileexchange/35133-convert-decimal-integer-to-arbitrary-base), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Data Type Conversion in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Text edit; no code changes.

1.0.0.0