Construct a transfer function
tf = 1 / (s2 + 1)
from numerator and denominator array and plot the Bode diagram with automatic determination of the frequency range to plot.
function plotBode3 extends Modelica.Icons.Function; import Modelica_LinearSystems2.TransferFunction; output Boolean ok; end plotBode3;