Skip to content

Commit bc5be02

Browse files
committed
idem
1 parent 150fa24 commit bc5be02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/predictive_control.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,10 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
390390
- `:ϵ` : optimal slack variable, ``ϵ``.
391391
- `:J` : objective value optimum, ``J``.
392392
- `:U` : optimal manipulated inputs over `Hp`, ``\mathbf{U}``.
393-
- `:u` : current optimal manipulated input, ``\mathbf{u}``.
394-
- `:d` : current measured disturbance, ``\mathbf{d}``.
393+
- `:u` : current optimal manipulated input, ``\mathbf{u}(k)``.
394+
- `:d` : current measured disturbance, ``\mathbf{d}(k)``.
395395
- `:D̂` : predicted measured disturbances over `Hp`, ``\mathbf{D̂}``.
396-
- `:ŷ` : current estimated output, ``\mathbf{ŷ}``.
396+
- `:ŷ` : current estimated output, ``\mathbf{ŷ}(k)``.
397397
- `:Ŷ` : optimal predicted outputs over `Hp`, ``\mathbf{Ŷ}``.
398398
- `:x̂end`: optimal terminal states, ``\mathbf{x̂}_{k-1}(k+H_p)``.
399399
- `:Ŷs` : predicted stochastic output over `Hp` of [`InternalModel`](@ref), ``\mathbf{Ŷ_s}``.

0 commit comments

Comments
 (0)