System Identification Toolbox    
plot (idmodepolydata)

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

as contained in the model m.

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

idmodel, idpoly, tfdata


  plot (iddata) predict