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

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 > base2dec

base2dec

bを基底とする表現から整数への変換

呼び出し手順

d=base2dec(s,b)

パラメータ

d

整数の行列

s

基底b表現に対応する文字列の行列

b

整数, 基底

説明

base2dec(x,b) は, 基底 b 表現に対応する数値の行列を返します.

base2dec(['ABC','0','A'],16)

参照

  • bin2dec — 2進表現を整数に変換します
  • oct2dec — 8進数を整数に変換する
  • hex2dec — 16進数表現から整数への変換
  • dec2bin — 2進表現
  • dec2oct — 整数の8進表現
  • dec2hex — 整数の16進表現
Report an issue
<< Integer representation Integer representation bin2dec >>

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:
Mon Oct 01 17:40:23 CEST 2012