Skip to content

Commit 074ee54

Browse files
committed
doc: minor corrections
1 parent 58e4f1e commit 074ee54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controller/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
8989
- `:Ŷs` or *`:Yhats`* : predicted stochastic output over ``H_p`` of [`InternalModel`](@ref), ``\mathbf{Ŷ_s}``
9090
- `:R̂y` or *`:Rhaty`* : predicted output setpoint over ``H_p``, ``\mathbf{R̂_y}``
9191
- `:R̂u` or *`:Rhatu`* : predicted manipulated input setpoint over ``H_p``, ``\mathbf{R̂_u}``
92-
- `:x̂end` or *`:xhatend`* : optimal terminal states, ``\mathbf{x̂}_{k-1}(k+H_p)``
92+
- `:x̂end` or *`:xhatend`* : optimal terminal states, ``\mathbf{x̂}_i(k+H_p)``
9393
- `:J` : objective value optimum, ``J``
9494
- `:U` : optimal manipulated inputs over ``H_p``, ``\mathbf{U}``
9595
- `:u` : current optimal manipulated input, ``\mathbf{u}(k)``

src/estimator/mhe/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767
6868
Get additional info on `estim` [`MovingHorizonEstimator`](@ref) optimum for troubleshooting.
6969
70-
If `estim.direct==true`, the function should be called after calling [`preparestate!`](@ref)
70+
If `estim.direct==true`, the function should be called after calling [`preparestate!`](@ref).
7171
Otherwise, call it after [`updatestate!`](@ref). It returns the dictionary `info` with the
7272
following fields:
7373

0 commit comments

Comments
 (0)