functionplotPolesAndZeros
Example for plotting eigenvalues and invariant zeros of a state space system
Extends from Modelica_LinearSystems2.StateSpace.Plot.polesAndZeros (Plot poles (i.e. eigenvalues) and/or invariant zeros of a state space system).
Information
This example demonstrates the plotting of eigenvalues and invariant zeros of a state space system.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| StateSpace | ss (from polesAndZeros) | Linear system in state space form | |
| Boolean | poles (from polesAndZeros) | true | = true, to plot the poles (i.e. the eigenvalues) of ss |
| Boolean | zeros (from polesAndZeros) | true | = true, to plot the (invariant) zeros of ss |
| Boolean | print (from polesAndZeros) | true | = true, to print the selection to the output window |
| Plot.Records.Diagram | defaultDiagram (from PartialPlotFunction) | Default diagram layout | |
| Plot.Records.Device | device (from PartialPlotFunction) | Modelica_LinearSystems2.Utilities.Plot.Records.Device() | Properties of device where figure is shown |