Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
dec2oct
整数の8進表現
呼び出し手順
o=dec2oct(d)
パラメータ
- d
- 非負整数の行列 
- o
- 文字列の行列 
説明
dec2oct(x) は整数の行列の
	8進表現を返します.
例
dec2oct([2748 10;11 3])
参照
| << dec2hex | Integer representation | hex2dec >> |