Example to compute a zeros-and-poles representation of a MIMO system from state space representation
function conversioToTransferFunction_bench import Modelica_LinearSystems2.TransferFunction; import Modelica_LinearSystems2.StateSpace; input Integer n = 20; input Integer ll = 7; output TransferFunction tf1; output Boolean ok; end conversioToTransferFunction_bench;