Access descriptor state-space model data. Argument sys is not limited to descriptor state-space models. If sys is not a descriptor state-space model, it is converted automatically.
Inputs
Any type of LTI model.
In case sys is not a dss model (descriptor matrix e empty),
dssdata (sys, [])
returns the empty element e = []
whereas
dssdata (sys)
returns the identity matrix e = eye (size (a))
.
Outputs
State matrix (n-by-n).
Input matrix (n-by-m).
Measurement matrix (p-by-n).
Feedthrough matrix (p-by-m).
Descriptor matrix (n-by-n).
Sampling time in seconds. If sys is a continuous-time model, a zero is returned.
Package: control