Scilab 5.3.0
Please note that the recommended version of Scilab is 6.1.1. 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).
Comments
p = poly ([1, 2, 3], "x","coeff") ;
s = pol2str (p)
Add a comment:
Please login to comment this page.