Skip to content

Commit d42dc75

Browse files
authored
Merge pull request #81 from JuliaControl/doc_cor
idem
2 parents 056ef1a + 088656f commit d42dc75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/controller/execute.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,10 @@ prediction horizon ``H_p``.
544544
545545
- `mpc::PredictiveController` : controller to set model and weights.
546546
- `model=mpc.estim.model` : new plant model ([`NonLinModel`](@ref) not supported).
547-
- `M_Hp=mpc.M_Hp` : new ``\mathbf{M_{H_p}}`` weight matrix.
548-
- `Ñ_Hc=mpc.Ñ_Hc` or *`Ntilde_Hc`* : new ``\mathbf{Ñ_{H_c}}`` weight matrix (see definition
547+
- `M_Hp=mpc.M_Hp` : new ``\mathbf{M}_{H_p}`` weight matrix.
548+
- `Ñ_Hc=mpc.Ñ_Hc` or *`Ntilde_Hc`* : new ``\mathbf{Ñ}_{H_c}`` weight matrix (see definition
549549
above).
550-
- `L_Hp=mpc.L_Hp` : new ``\mathbf{L_{H_p}}`` weight matrix.
550+
- `L_Hp=mpc.L_Hp` : new ``\mathbf{L}_{H_p}`` weight matrix.
551551
- additional keyword arguments are passed to `setmodel!(mpc.estim)`.
552552
553553
# Examples

0 commit comments

Comments
 (0)