System Identification Toolbox
  Go to function:
    Search    Help Desk 
struc    Examples

Generate model structure matrices.

Syntax

NN = struc(NA,NB,NK)

Description

struc returns in NN the set of model structures comprised of all combinations of the orders and delays given in row vectors NA, NB, and NK. The format of NN is consistent with the input format used by arxstruc and ivstruc. The command is intended for single-input systems only.

Examples

The statement

produces



[ Previous | Help Desk | Next ]