System Identification Toolbox
  Go to function:
    Search    Help Desk 
getmfth, getncap, gett    See Also

Extract information from the theta format.

Syntax

mymfile = getmfth(th)
N = getncap(th)
T = gett(th)

Description

These functions retrieve some information that is coded into the theta format. mymfile is the name of the M-file that you write to define a model structure created by mf2th.

N is the number of data, from which a certain model th is estimated. If the model is not estimated N is returned as [].

T is the sampling interval of the model th. If T is negative, the model is a continuous-time one that has been estimated from data with the sampling interval abs(T).

See Also

mf2th, sett

[ Previous | Help Desk | Next ]