System Identification Toolbox | ![]() ![]() |
Convert a model to input-output polynomials.
Syntax
Description
This is essentially the inverse of the idpoly
constructor. It returns the polynomials of the general model
dA, dB
etc. are the standard deviations of A, B,
etc.
m
can be any single output idmodel, i.e., not just idpoly
. For multi-output models you can use [A,B,C,D,F] = polydata(m(ky,:))
to obtain the polynomials for the ky
-th output.
See Also
![]() | plot (iddata) | predict | ![]() |