polydata - Parameters from single-input and single-output polynomial model
Syntax
[A,B,C,D,F] = polydata(m)
[A,B,C,D,F,dA,dB,dC,dD,dF] = polydata(m)
Description
This is essentially the inverse of the idpoly constructor.
It returns the polynomials of the general model

as contained in the model m.
dA, dB, etc. are the standard
deviations of A, B, etc.
m can be any single-output idmodel,
that is, not just idpoly. For multiple-output models
you can use [A,B,C,D,F] = polydata(m(ky,:)) to
obtain the polynomials for the kyth output.
See Also
 | plot | | polyreg |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit