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
dec2hex
整数の16進表現
呼び出し手順
h=dec2hex(d)
パラメータ
- d
非負整数の行列
- h
文字列の行列
説明
dec2hex(x)
は整数の行列の
16進表現を返します.
例
dec2hex([2748 10;11 3])
参照
Report an issue | ||
<< dec2bin | Integer representation | dec2oct >> |