.Modelica_LinearSystems2.Utilities.Plot

Information

This package provides functions to plot curves in two dimensions. Here is a short overview:

A figure consists of a set of diagrams. Different functions are provided to either plot one diagram (Plot.diagram) to plot several diagrams under each other (Plot.diagramVector) or to plot several diagrams in matrix layout (Plot.diagramMatrix).

Every diagram can have a set of curves. Every diagram has the same width, defined by diagramWidth. The height of a diagram is defined by variable heightRatio (diagram height in row j = diagram[j].heightRatio*diagramWidth). Several curves can be displayed in one diagram.

A typical example is shown in the next figure:

Contents

NameDescription
 ExamplesPackage of examples to demonstrate the usage of plot functions
 diagramPlot one diagram
 diagramVectorPlot several diagrams in vector layout
 diagramMatrixPlot several diagrams in matrix layout
 parameterizedCurvesPlot parametrized curve with one or more branches
 rootLocusOfModelCompute and plot the root locus of one parameter of a model (= eigen values of the model that is linearized for every parameter value)
 plot_FFT_fromFilePlot amplitudes of FFT results (from result file)
 plot_FFTs_from_directoryPlot amplitudes of FFT results (from result files in existing directory)
 plot_FFTs_of_modelPlot amplitudes of FFT results (from result files of translated model)
 TypesPackage of type definitions used for the plotting functions
 RecordsPackage of library records
 InternalInternal functions, that should not be utilized by a user

Generated at 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos