Scilab 6.0.0
Scilabヘルプ >> Elementary Functions > Integer representation > dec2oct
dec2oct
10進数から8進数への変換
呼び出し手順
o=dec2oct(d)
呼び出し手順
- d
double行列, 正の整数値
- o
文字列の行列
説明
dec2oct(x)
は整数の行列の
8進表現を返します.
例
dec2oct([2748 10;11 3])
Comments
Add a comment:
Please login to comment this page.