Documentation of isthss


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


Function Synopsis

t=isthss(th)

Help text

ISTHSS Tests if the model structure is of state-space type

   t = isthss(TH)

   TH: The model structure in the THETA-format (See help theta)
   t is true if TH is of state-space type, else false

Cross-Reference Information

This function is called by

Listing of function isthss

function t=isthss(th)

%   L. Ljung 10-2-90
%   Copyright (c) 1986-98 by The MathWorks, Inc.
%   $Revision: 2.3 $  $Date: 1997/12/02 03:40:01 $

t=(th(2,7)>20);