Convert fi
, fimath
,
numerictype
, or quantizer
object to
string
converts
s
= tostring(a
)fi
object a
to a character vector
s
such that eval(s)
would create a
fi
object with the same properties as a
.
converts
s
= tostring(F
)fimath
object F
to a character vector
s
such that eval(s)
would create a
fimath
object with the same properties as F
.
converts
s
= tostring(T
)numerictype
object T
to a character vector
s
such that eval(s)
would create a
numerictype
object with the same properties as
T
.
eval
| fi
| fimath
| numerictype
| quantizer