This blocks computes output vector y as the product of the
gain matrix K with the input signal vector u as
y = K u.
For example,
parameter Real K[:,:] = [0.12, 2; 3, 1.5];
results in
| y[1] | | 0.12, 2.00 | | u[1] |
| | = | | * | |
| y[2] | | 3.00, 1.50 | | u[2] |
-
February 15, 2024, by Michael Wetter:
Updated documentation to have valid syntax.
-
February 11, 2019, by Milica Grahovac:
First implementation, based on the implementation of the
Modelica Standard Library.
Generated at 2024-12-28T19:26:00Z
by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos