Documentation of mktheta


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


Function Synopsis

th=mktheta(a,b,c,d,f,LAM,T)

Help text

MKTHETA synonymous to POLY2TH

Cross-Reference Information

This function calls This function is called by

Listing of function mktheta

function th=mktheta(a,b,c,d,f,LAM,T)

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

[nu,nb1]=size(b); nu=nu(1);
if nargin<7, T=1;end
if nargin<6, LAM=1;end
if nargin<5, f=ones(nu,1);end
if nargin<4, d=1;end
if nargin<3, c=1;end
th=poly2th(a,b,c,d,f,LAM,T);