Symbolic transfer function matlab - Stack Overflow
stackoverflow.com › questions › 23078786May 22, 2014 · sys = tf (num,den) creates a continuous-time transfer function with numerator (s) and denominator (s) specified by num and den. The output sys is: A tf model object, when num and den are numeric arrays. A generalized state-space model ( genss) when num or den include tunable parameters, such as realp parameters or generalized matrices ( genmat ).