Scilab 5.4.0
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
strs = pol2str(p)
Arguments
- p
matrix of real polynomial
- strs
a matrix of strings
Description
converts polynomial to character string (utility function).
See Also
- string — conversion to string
- prettyprint
Report an issue | ||
<< pdiv | Polynomials | polfact >> |