Computes and plots the step response of a state space system.
function analysisStepResponse extends Modelica.Icons.Function; import Modelica_LinearSystems2.StateSpace; import Modelica_LinearSystems2.Utilities.Plot; output Real y[:, size(sc.C, 1), size(sc.B, 2)] "Output response: (number of samples) x (number of outputs) x (number of inuputs)"; end analysisStepResponse;