Skip to content

Commit 81c2bcc

Browse files
committed
doc: more precise wording
1 parent d97bcd6 commit 81c2bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using Pkg; Pkg.add("ModelPredictiveControl")
2424
To construct model predictive controllers (MPCs), we must first specify a plant model that
2525
is typically extracted from input-output data using [system identification](https://github.com/baggepinnen/ControlSystemIdentification.jl).
2626
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):
27+
channel (a transfer function matrix, with $s$ as the Laplace variable):
2828

2929
```math
3030
\mathbf{G}(s) = \frac{\mathbf{y}(s)}{\mathbf{u}(s)} =

0 commit comments

Comments
 (0)