Improved Base Expansion Algorithm

This is an improvement of my last base expansion algorithm

이 제출물을 팔로우합니다

The difference between this algorithm and the other one that i posted is that it takes a vector as an input instead of a number. This is useful if the number you are trying to convert has digits bigger than 9.

Example:

>> baseVecExpand
n = [1 15 13 2]
starting base = 16
base of expanded number = 9

ans =

1 2 1 5 1

>>

My base expansion algorithms use input statements. All you need to do type in is baseVecExpand and the function will start running. you can also use it like a regular function

the regular funciton is baseVecExpand(number, base of number, base you want the number to be)

인용 양식

Alexander Wallar (2026). Improved Base Expansion Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/30035-improved-base-expansion-algorithm), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Logical에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

improvements

1.0.0.0