이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Convert decimal integer to arbitrary base. (https://kr.mathworks.com/matlabcentral/fileexchange/35133-convert-decimal-integer-to-arbitrary-base), MATLAB Central File Exchange. 검색 날짜: .
