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