Computes the response of system tf =1/s^2 + s + 1 to an initial condition without input.
function plotInital
extends Modelica.Icons.Function;
import Modelica_LinearSystems2.TransferFunction;
input TransferFunction tf = TransferFunction({1}, {1, 1, 1});
end plotInital;