Example for plotting poles and zeros of two transfer functions
function plotPolesAndZeros extends Modelica.Icons.Function; import Modelica.ComplexMath.j; import Modelica_LinearSystems2.TransferFunction; end plotPolesAndZeros;