functionprintTab3

Print the table with eigenvalues in html format on file

Inputs

TypeNameDefaultDescription
Eigenvalue[:]evSorted
Complex[:,:]evecComplex
Integer[size(evecComplex, 1)]evIndex
Complex[size(evecComplex, 1)]cev
IntegernReal
String[size(evecComplex, 1)]xNames2
StringfileName
Modelica_LinearSystems2.Internal.AnalyseOptionsanalyseOptionsModelica_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")