[F,List] = ffrf(M,Freq,...)
M [ model ] - Model object for which the frequency response function will be computed.
Freq [ numeric ] - Vector of frequencies for which the response function will be computed.
F [ namedmat | numeric ] - Array with frequency responses of transition variables (in rows) to measurement variables (in columns).
List [ cell ] - List of transition variables in rows of the F matrix, and list of measurement variables in columns of the F matrix.
'include=' [ char | cellstr | @all ] - Include the effect of the listed measurement variables only; @all means all measurement variables.
'exclude=' [ char | cellstr | empty ] - Remove the effect of the listed measurement variables.
'maxIter=' [ numeric | 500 ] - Maximum number of iteration when computing the steady-state Kalman filter.
'matrixFmt=' [ 'namedmat' | 'plain' ] - Return matrix F as either a namedmat object (i.e. matrix with named rows and columns) or a plain numeric array.
'select=' [ @all | char | cellstr ] - Return FFRF for selected variables only; @all means all variables.
'tolerance=' [ numeric | 1e-7 ] - Convergence tolerance when computing the steady-state Kalman filter.