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
dssdata (sys, []) returns the empty element e = [] whereas
dssdata (sys) returns the identity matrix e = eye (size (a)).Outputs
Source Code: dssdata