| System Identification Toolbox | Search  Help Desk |
| th2arx | See Also |
Extract the ARX parameters from a theta format model.
[A,B] = th2arx(th) [A,B,dA,dB] = th2arx(th)
th is the model in the theta format. A and B are returned as the matrices that define the ARX structure:
A = [I A1 A2 ... Ana] B = [B0 B1 ... Bnb]where

dA and dB are the standard deviations of A and B.
arx2th