Skip to content

Commit 3866402

Browse files
committed
doc: minor corrections
1 parent 2477c4f commit 3866402

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/public/sim_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ method to manually modify them.
1414
!!! info
1515
The nomenclature in this page introduces the model manipulated input ``\mathbf{u}``,
1616
measured disturbances ``\mathbf{d}``, state ``\mathbf{x}`` and output ``\mathbf{y}``,
17-
four vectors of `nu`, `nd`, `nx` and `ny` elements, respectively. The ``\mathbf{z}``
17+
four vectors of `nu`, `nd`, `nx` and `ny` elements, respectively. The ``\mathbf{s}``
1818
vector combines the elements of ``\mathbf{u}`` and ``\mathbf{d}``.
1919

2020
## SimModel

ext/LinearMPCext.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ end
212212
Convert a `ModelPredictiveControl.LinMPC` object to a `LinearMPC.MPC` object.
213213
214214
The `LinearMPC` package needs to be installed and available in the activated Julia
215-
environment. The converted object can be used to generate lightweight C-code for embedded
215+
environment. The converted object can be used to generate lightweight C code for embedded
216216
applications using the `LinearMPC.codegen` function. Note that not all features of [`LinMPC`](@ref)
217217
are supported, including these restrictions:
218218

0 commit comments

Comments
 (0)