- What is state space representation with example?
- How to solve state space model in Matlab?
- What are state space models used for?
What is state space representation with example?
State space representation is a mathematical model of a physical system expressed as a function of input, output, and state variables related by first-order differential equations or difference equations.
How to solve state space model in Matlab?
sys = ss( A , B , C , D , ltiSys ) creates a state-space model with properties such as input and output names, internal delays and sample time values inherited from the model ltisys . sys = ss( D ) creates a state-space model that represents the static gain, D .
What are state space models used for?
State-space models are models that use state variables to describe a system by a set of first-order differential or difference equations, rather than by one or more nth-order differential or difference equations.