struc
Generate model-order combinations for single-output ARX model estimation
Syntax
nn = struc(na,nb,nk)
nn = struc(na,nb_1,...,nb_nu,nk_1,...,nk_nu)
Description
nn = struc(na,nb,nk)na and nb are
row vectors that specify ranges of model orders. nk is
a row vector that specifies a range of model delays. nn is
a matrix that contains all combinations of the orders and delays.
nn = struc(na,nb_1,...,nb_nu,nk_1,...,nk_nu)nu input
channels.
Examples
Tips
- Use with - arxstrucor- ivstructo compute loss functions for ARX models, one for each model order combination returned by- struc.
Version History
Introduced before R2006a