Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.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.
However, this page did not exist in the previous stable version.

Scilabヘルプ >> Elementary Functions > symbolic > addf

addf

シンボリックな加算

呼び出し手順

c = addf(a, b)

引数

a, b, c

文字列

説明

関数addfは,シンボリックな加算を行います. c = addf("a", "b") は,文字列 c"a + b"を返します. addf("0", "a") または addf("1", "2") のような簡単化が行われます.

addf('0','1')
addf('1','a')
addf('1','2')
addf('a','b')
'a'+'b'

参照

  • mulf — シンボリックな乗算
  • subf — シンボリックな減算
  • ldivf — シンボリックな左除算
  • rdivf — シンボリックな右除算
  • eval — 文字列の行列を評価する
  • evstr — 式を評価する
Report an issue
<< symbolic symbolic cmb_lin >>

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:
Wed Apr 01 10:25:00 CEST 2015