Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Convert from any base and encoding to any other base and encoding.
Base: Base 2, Base 10, Base 16, Base 64
The number of symbols used to represent a value.
Encoding: The symbols used to represent the value of a digit in a particular place.
Examples:
Base 10 Decimal to Base 16 Hexadecimal:
cnvbase('76','0123456789','0123456789ABCDEF') = '4C'
Base 10 to Base 255:
cnvbase('8745','0123456789',[0:255]) = [34 41]
The algorithm for converting from one base to another does not rely on converting the input to a single float, thus avoiding precision problems with integers greater than 2^53.
Citar como
Bob Kagy (2026). Convert Number Bases (https://la.mathworks.com/matlabcentral/fileexchange/6462-convert-number-bases), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.0.0 (3,52 KB)
-
Sin licencia
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
