Scilab 5.5.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
oct2dec
8進数を10進数に変換
呼び出し手順
d=oct2dec(o)
引数
- o
- 8進数表現に対応する文字列の行列 
- d
- double行列, 正の整数値 
説明
oct2dec(x) は,
            
            8進数表現に対応する数値の行列を返します.
例
oct2dec(["1" "756115"; "0" "23"])
参照
| Report an issue | ||
| << hex2dec | Integer representation | matrixmanipulation >> |