Scilab 5.4.1
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
However, this page did not exist in the previous stable version.
subf
subtração simbólica
Seqüência de Chamamento
["c"]=subf("a","b")
Parâmetros
- "a","b","c"
strings
Descrição
Retorna o string c
="a-b"
.
Simplificações triviais como subf("0","a")
ou
subf("1","2")
são realizadas.
Exemplos
subf('0','a') subf('2','1') subf('a','0')
Comments
Add a comment:
Please login to comment this page.