ssdata
Function File: [a, b, c, d, tsam] = ssdata (sys)
Access state-space model data. Argument sys is not limited to state-space models. If sys is not a state-space model, it is converted automatically. sys can also be a real-valued matrix which is then interpreted as continuous-time static gain system.
Inputs
Outputs
Compatibility issue
If sys is given by an input-output description, like, e.g., a transfer function, the resulting state-space model has a different form than the one provided by Matlab, see @ss/ss for details.
Source Code: ssdata