We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a0691 commit db6205aCopy full SHA for db6205a
src/predictive_control.jl
@@ -395,7 +395,7 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
395
- `:D̂` : predicted measured disturbances over `Hp` ``(\mathbf{D̂})``
396
- `:ŷ` : current estimated output ``(\mathbf{ŷ})``
397
- `:Ŷ` : optimal predicted outputs over `Hp` ``(\mathbf{Ŷ})``
398
-- `:x̂end : optimal terminal states ``(\mathbf{x̂}_{k-1}(k+H_p))``
+- `:x̂end`: optimal terminal states ``(\mathbf{x̂}_{k-1}(k+H_p))``
399
- `:Ŷs` : predicted stochastic output over `Hp` of [`InternalModel`](@ref) ``(\mathbf{Ŷ_s})``
400
- `:R̂y` : predicted output setpoint over `Hp` ``(\mathbf{R̂_y})``
401
- `:R̂u` : predicted manipulated input setpoint over `Hp` ``(\mathbf{R̂_u})``
0 commit comments