<< dec2oct Integer representation oct2dec >>

Scilab Help >> Elementary Functions > Integer representation > hex2dec

hex2dec

16進数から10進数への変換

呼び出し手順

d=hex2dec(h)

引数

h

16進数表現に対応する文字列の行列

d

double行列, 正の整数値

説明

hex2dec(x) は16進数表現に対応する 数値の行列を返します.

hex2dec(['ABC','0','A'])

参照


Report an issue
<< dec2oct Integer representation oct2dec >>