現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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://jp.mathworks.com/matlabcentral/fileexchange/35133-convert-decimal-integer-to-arbitrary-base), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Convert an A1-style spreadsheet column label to a number.
