We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97bcd6 commit 81c2bccCopy full SHA for 81c2bcc
README.md
@@ -24,7 +24,7 @@ using Pkg; Pkg.add("ModelPredictiveControl")
24
To construct model predictive controllers (MPCs), we must first specify a plant model that
25
is typically extracted from input-output data using [system identification](https://github.com/baggepinnen/ControlSystemIdentification.jl).
26
The model here is linear with one input, two outputs and a large time delay in the first
27
-channel (a transfer matrix, with $s$ as the Laplace variable):
+channel (a transfer function matrix, with $s$ as the Laplace variable):
28
29
```math
30
\mathbf{G}(s) = \frac{\mathbf{y}(s)}{\mathbf{u}(s)} =
0 commit comments