functionprintTab3
Print the table with eigenvalues in html format on file
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Eigenvalue[:] | evSorted | ||
| Complex[:,:] | evecComplex | ||
| Integer[size(evecComplex, 1)] | evIndex | ||
| Complex[size(evecComplex, 1)] | cev | ||
| Integer | nReal | ||
| String[size(evecComplex, 1)] | xNames2 | ||
| String | fileName | ||
| Modelica_LinearSystems2.Internal.AnalyseOptions | analyseOptions | Modelica_LinearSystems2.Internal.AnalyseOptions(plotEigenValues = true, plotInvariantZeros = true, plotStepResponse = true, plotFrequencyResponse = true, printEigenValues = true, printEigenValueProperties = true, printInvariantZeros = true, printControllability = true, printObservability = true, headingEigenValues = "Eigenvalues", headingInvariantzeros = "Invariant zeros", headingStepResponse = "Step response", headingFrequencyResponse = "Frequency response") |