Closed baggepinnen closed 8 years ago
in general you cannot convert a state space model to a transfer function - should it return a matrix of tf's? Or should it return a tf in the SISO case and a matrix of tf's in all other cases?
All transfer functions are MIMO in the toolbox, there is no such thing as a siso transfer function exposed to the user. So a regular MIMO transfer function should be returned. On Mar 24, 2016 5:17 PM, "nickquinnell" notifications@github.com wrote:
in general you cannot convert a state space model to a transfer function - should it return a matrix of tf's? Or should it return a tf in the SISO case and a matrix of tf's in all other cases?
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/JuliaControl/ControlSystems.jl/issues/38#issuecomment-200907191
Fixed in 0eb3ea7
it just returns a siso tf