Documentation of polyform


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

[a,b,c,d,f]=polyform(th)

Help text

POLYFORM computes the polynomials associated with a given model
   Synonymous to TH2POLY
   [A,B,C,D,F]=polyform(TH)

   TH is the model with format described by HELP THETA.

   A,B,C,D, and F are returned as the corresponding polynomials
   in the general input-output model. A, C and D are then row
   vectors, while B and F have as many rows as there are inputs.

Cross-Reference Information

This function calls This function is called by

Listing of function polyform

function [a,b,c,d,f]=polyform(th)

%   L. Ljung 10-1-86
%   Copyright (c) 1986-98 by The MathWorks, Inc.
%   $Revision: 2.3 $  $Date: 1997/12/02 03:39:58 $

[a,b,c,d,f]=th2poly(th);