Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.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ヘルプ >> Elementary Functions > Integer representation > dec2hex

dec2hex

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

呼び出し手順

h=dec2hex(d)

引数

d

double行列, 正の整数値

h

文字列の行列

説明

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

dec2hex([2748 10;11 3])

参照

  • base2dec — bを基底とする表現から整数への変換
  • bin2dec — 2進表現を整数に変換
  • oct2dec — 8進数を10進数に変換
  • hex2dec — 16進数から10進数への変換
  • dec2bin — 10進数から2進数への変換
  • dec2oct — 10進数から8進数への変換
Report an issue
<< 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 Feb 14 15:02:06 CET 2019