Scilab 5.5.0
Please note that the recommended version of Scilab is 6.0.2. This page might be outdated.
However, this page did not exist in the previous stable version.
subf
シンボリックな減算
呼び出し手順
["c"]=subf("a","b")
引数
- "a","b","c"
strings
説明
文字列c
="a-b"
を返します.
subf("0","a")
または
subf("1","2")
のような簡単化が行われます.
例
subf('0','a') subf('2','1') subf('a','0')
Comments
Add a comment:
Please login to comment this page.