Scilab 5.3.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)
パラメータ
- d
- 整数の行列 
- s
- 基底b表現に対応する文字列の行列 
- b
- 整数, 基底 
説明
base2dec(x,b) は,
	基底 b 表現に対応する数値の行列を返します.
例
base2dec(['ABC','0','A'],16)
| << Integer representation | Integer representation | bin2dec >> |