Feeds
提问
Discrete state space find and plot
A = [0 1 0 0 0; -0.4 -1.3 0 0 0; 0 0 2 0 0; 0 0 0 0 -0.4; 0 0 0 1 -1.3]; B = [0; 1; 0; 0; 0]; C = [0 0 0 0 1]; x0 = ...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to graph a discrete state space system
how do i graph: x[(k + 1)] = A*x[k] + B*u[k]. I don't know what C and D are.
9 years 前 | 1 个回答 | 0
