Convert decimal integer to arbitrary base.

버전 1.1.0.0 (1.4 KB) 작성자: DS
DECIMAL_CONVERT generates a vector of coefficients representing a base 10 integer in a chosen base.
다운로드 수: 484
업데이트 날짜: 2012/4/9

라이선스 보기

DECIMAL_CONVERT(D,B) returns the representation of decimal integer, D, as a vector of coefficients such that:

D = xn*B^n + ... + x2*B^2 + x1*B^1 + x0*B^0

where B is the chosen base.

See also polyval, dec2base, base2dec, de2bi, bi2de.

인용 양식

DS (2024). Convert decimal integer to arbitrary base. (https://www.mathworks.com/matlabcentral/fileexchange/35133-convert-decimal-integer-to-arbitrary-base), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Text edit; no code changes.

1.0.0.0