State-space data of identified system
[A,B,C,D,K]
= idssdata(sys)
[A,B,C,D,K,x0] = idssdata(sys)
[A,B,C,D,K,x0,dA,dB,dC,dD,dK,dx0] = idssdata(sys)
[A,B,C,D,K,___]
= idssdata(sys,j1,...,jN)
[A,B,C,D,K,___]
= idssdata(sys,'cell')
[
returns the A,B,C,D
and K matrices of the identified state-space model A,B,C,D,K
]
= idssdata(sys
)sys
.
[
returns
the initial state values, A,B,C,D,K
,x0
] = idssdata(sys
)x0
.
[
returns
the uncertainties in the system matrices for A,B,C,D,K
,x0
,dA,dB,dC,dD,dK
,dx0
] = idssdata(sys
)sys
.
[
returns
data for the A,B,C,D,K
,___]
= idssdata(sys
,j1,...,jN
)j1, ..., jn
entries in the model array sys
.
[
returns
data for all the entries in the model array A,B,C,D,K
,___]
= idssdata(sys
,'cell')sys
as
separate cells in cell arrays.
|
Identified model. If
|
|
Integer indices of N entries in the array |
|
State-space matrices that represent If |
|
Initial state. If For other model types, If |
|
Uncertainties associated with the state-space matrices The uncertainty matrices represents 1 standard deviation of uncertainty. If |
|
Uncertainty associated with the initial state.
If |