Scilab 5.5.0
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進数表現から整数への変換
呼び出し手順
d=hex2dec(h)
パラメータ
- d
整数の行列
- h
16進数表現に対応する文字列の行列
説明
hex2dec(x)
は16進数表現に対応する
数値の行列を返す.
例
hex2dec(['ABC','0','A'])
参照
Report an issue | ||
<< dec2oct | Integer representation | oct2dec >> |