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 @@ -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 ``\m athbf{M_ {H_p} }`` weight matrix.
548- - `Ñ_Hc=mpc.Ñ_Hc` or *`Ntilde_Hc`* : new ``\m athbf{Ñ_ {H_c} }`` weight matrix (see definition
547+ - `M_Hp=mpc.M_Hp` : new ``\m athbf{M}_ {H_p}`` weight matrix.
548+ - `Ñ_Hc=mpc.Ñ_Hc` or *`Ntilde_Hc`* : new ``\m athbf{Ñ}_ {H_c}`` weight matrix (see definition
549549 above).
550- - `L_Hp=mpc.L_Hp` : new ``\m athbf{L_ {H_p} }`` weight matrix.
550+ - `L_Hp=mpc.L_Hp` : new ``\m athbf{L}_ {H_p}`` weight matrix.
551551- additional keyword arguments are passed to `setmodel!(mpc.estim)`.
552552
553553# Examples
You can’t perform that action at this time.
0 commit comments