Scilab 6.0.0
Scilabヘルプ >> Elementary Functions > Integer representation > hex2dec
hex2dec
16進数から10進数への変換
呼び出し手順
d=hex2dec(h)
引数
- h
16進数表現に対応する文字列の行列
- d
double行列, 正の整数値
説明
hex2dec(x)
は16進数表現に対応する
数値の行列を返します.
例
hex2dec(['ABC','0','A'])
Comments
Add a comment:
Please login to comment this page.