The StateSpace model implements the equation
der(x) = Ax + Bu
y = Cx + Du
where
A
is ann
byn
matrix, wheren
is the number of states,B
is ann
bym
matrix, wherem
is the number of inputs,C
is anr
byn
matrix, wherer
is the number of outputs,D
is anr
bym
matrix, andx0
is the initial value ofx