Scilab 6.0.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
base2dec
bを基底とする表現から整数への変換
呼び出し手順
d=base2dec(s,b)
引数
- s
- 基底b表現に対応する文字列の行列 
- b
- 1行1列のdouble行列, 正の整数値, 基底 
- d
- double行列, 正の整数値 
説明
base2dec(x,b) は,
            基底 b 表現に対応する数値の行列を返します.
例
base2dec(['ABC','0','A'],16)
参照
| Report an issue | ||
| << Integer representation | Integer representation | bin2dec >> |