Faster base2dec Function

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

이 제출물을 팔로우합니다

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

인용 양식

Friedrich (2026). Faster base2dec Function (https://kr.mathworks.com/matlabcentral/fileexchange/68575-faster-base2dec-function), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: Faster dec2base Function

도움 준 파일: Faster dec2base Function

카테고리

Help CenterMATLAB Answers에서 Data Type Conversion에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.2

updated description and tags

1.0.1

license.txt now in lower case letters

1.0.0