이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
dec2base 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 dec2base.
To make use of this improvement, just replace all your dec2base calls with ndec2base.
Included are two files: ndec2base.m and fdec2base.m
ndec2base has the same error checks as dec2base
fdec2base skips error checks to be a little faster, is only faster on small arrays
Function is fastest for bases 10 and lower.
For best results call the function on a whole array instead of calling it on each element.
인용 양식
Friedrich (2026). Faster dec2base Function (https://kr.mathworks.com/matlabcentral/fileexchange/68581-faster-dec2base-function), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
