functionprintTab1

Print the table with real eigenvalues in html format on file

Inputs

TypeNameDefaultDescription
Eigenvalue[:]evSorted
Integer[size(evSorted, 1)]evIndex
Real[size(evSorted, 1),size(evSorted, 1)]r_evec
Real[size(evSorted, 1),size(evSorted, 1)]l_evec
IntegernReal
String[size(evSorted, 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")