dssdata
Function File: [a, b, c, d, e, tsam] = dssdata (sys)
Function File: [a, b, c, d, e, tsam] = dssdata (sys, [])
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. sys can also be a real-valued gain matrix which is then interpreted as static gain system.
Inputs
Any type of LTI model or a real-valued matrix which is interpreted as continous-time static gain.
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.
Source Code: dssdata