File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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`, ``\m athbf{U}``.
393- - `:u` : current optimal manipulated input, ``\m athbf{u}``.
394- - `:d` : current measured disturbance, ``\m athbf{d}``.
393+ - `:u` : current optimal manipulated input, ``\m athbf{u}(k) ``.
394+ - `:d` : current measured disturbance, ``\m athbf{d}(k) ``.
395395- `:D̂` : predicted measured disturbances over `Hp`, ``\m athbf{D̂}``.
396- - `:ŷ` : current estimated output, ``\m athbf{ŷ}``.
396+ - `:ŷ` : current estimated output, ``\m athbf{ŷ}(k) ``.
397397- `:Ŷ` : optimal predicted outputs over `Hp`, ``\m athbf{Ŷ}``.
398398- `:x̂end`: optimal terminal states, ``\m athbf{x̂}_{k-1}(k+H_p)``.
399399- `:Ŷs` : predicted stochastic output over `Hp` of [`InternalModel`](@ref), ``\m athbf{Ŷ_s}``.
You can’t perform that action at this time.
0 commit comments