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