Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pol2str
polynomial to string conversion
Calling Sequence
[str]=pol2str(p)
Arguments
- p
real polynomial
- str
character string
Description
converts polynomial to character string (utility function).
See Also
- string — conversion to string
- prettyprint
<< pol2des | Polynomials | polfact >> |