Main Content
tostring
Convert fi
, fimath
,
numerictype
, or quantizer
object to
string
Description
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
.
Examples
Input Arguments
Version History
Introduced before R2006a
See Also
eval
| fi
| numerictype
| fimath
| quantizer