.Modelica_LinearSystems2.Examples.StateSpace.plotStep

Information

Computes and plots the step response of the system StateSpace ss = StateSpace(A=[-1,1;0,-2],B=[1, 0;0, 1],C=[1,0; 0,1],D=[0, 0; 0, 0]).

Interface

function plotStep
  extends Modelica.Icons.Function;
  import Modelica_LinearSystems2.StateSpace;
  input Modelica_LinearSystems2.StateSpace ss = Modelica_LinearSystems2.StateSpace(A = [-1, 1; 0, -2], B = [1, 0; 0, 1], C = [1, 0; 0, 1], D = [0, 0; 0, 0]);
end plotStep;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos