Suppose that, I have a linear system which is analytically defined as below:
\frac{dx}{dt} = Ax + Bu \, ... \, (I)
y = Cx + Du \, ... \, (II)
A, B, C, D are matrices defining the system,
u is input, y is output.
I want to simulate this system in computer (not by using Matlab or any other...