transfer to state-space
sl = tf2ss(h) sl = tf2ss(h, tol)
rational matrix
may be the constant rtol or the 2 vector [rtol atol]
tolerance used when evaluating observability.
absolute tolerance used when evaluating observability.
linear system (syslin
list sl=[A,B,C,D(s)]
)
transfer to state-space conversion:
h=C*(s*eye()-A)^-1*B+D(s)