symr SciMax Toolbox AntiDifference

SciMax Toolbox >> tilda (~)

tilda (~)

(~) Converts sym into string

Description

The Scilab operator tilda (~) is overloaded for sym variables to give the representation of a symbol.

Examples

s=sym('x^2+3')
deff('y=f(x)','y='+~s)
f(5)
H=hilbert_matrix(5)
eval(~H)

Author

symr SciMax Toolbox AntiDifference