Faster base2dec Function

This is a fast replacement for base2dec. It has the same syntax as base2dec and does not require compiling.

Ahora está siguiendo esta publicación

base2dec is a nice function but slow for large arrays and quite RAM hungry.
This version is a lot faster and minimizes RAM usage. It has the same input-output behavior as base2dec.

To make use of this improvement, just replace all your base2dec calls with nbase2dec.

Included are two files: nbase2dec.m and fbase2dec.m

nbase2dec has the same error checks as base2dec
fbase2dec skips error checks to be a little faster

Citar como

Friedrich (2026). Faster base2dec Function (https://es.mathworks.com/matlabcentral/fileexchange/68575-faster-base2dec-function), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Faster dec2base Function

Inspiración para: Faster dec2base Function

Categorías

Más información sobre Data Type Conversion en Help Center y MATLAB Answers.

Información general

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.2

updated description and tags

1.0.1

license.txt now in lower case letters

1.0.0