Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Elementary Functions > Integer representation > dec2hex

dec2hex

整数の16進表現

呼び出し手順

h=dec2hex(d)

パラメータ

d

非負整数の行列

h

文字列の行列

説明

dec2hex(x) は整数の行列の 16進表現を返します.

dec2hex([2748 10;11 3])

参照

  • base2dec — bを基底とする表現から整数への変換
  • bin2dec — 2進表現を整数に変換します
  • oct2dec — 8進数を整数に変換する
  • hex2dec — 16進数表現から整数への変換
  • dec2bin — 2進表現
  • dec2oct — 整数の8進表現
<< dec2bin Integer representation dec2oct >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:45:48 CEST 2011