ssform
Quick configuration of state-space model structure
Syntax
sys1 = ssform(sys,Name,Value)
Description
specifies the type of parameterization and whether feedthrough and disturbance dynamics
are present for the state-space model sys1
= ssform(sys
,Name,Value
)sys
using one or more
Name,Value
pair arguments.
Input Arguments
|
State-space model |
Name-Value Arguments
Specify comma-separated pairs of Name,Value
arguments, where
Name
is the argument name and Value
is the
corresponding value. Name
must appear inside single quotes
(' '
). You can specify several name and value pair arguments
in any order as Name1,Value1,...,NameN,ValueN
.
|
Specify structure of A, B and C matrices as one of the following values:
|
|
Specify whether the model has direct feedthrough from the input u(t) to the output y(t), (whether the elements of the matrix D are nonzero). Must be a logical vector (
Note Specifying this option for a previously estimated model causes the
model parameter covariance information to be lost. Use |
|
Specify whether to estimate the noise component of the model, specified as one of the following values:
Note Specifying this option for a previously estimated model causes the
model parameter covariance information to be lost. Use |
Output Arguments
|
State-space model with configured parameterization, feedthrough, and disturbance dynamics |
Examples
Alternatives
Use the Structure
property of an idss
model to specify the parameterization, feedthrough, and disturbance
dynamics by modifying the Value
and Free
attributes of the A
, B
, C
,
D
and K
parameters.
References
[1] Ljung, L. System Identification: Theory For the User, Second Edition, Appendix 4A, pp 132-134, Upper Saddle River, N.J: Prentice Hall, 1999.
Version History
Introduced in R2012b