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.
2 parents 3f64bcb + 38ebc4b commit 0bc9ebfCopy full SHA for 0bc9ebf
README.md
@@ -51,7 +51,7 @@ Our goal is controlling the first output $y_1$, but the second one $y_2$ should
51
35:
52
53
```julia
54
-mhe = MovingHorizonEstimator(mode)
+mhe = MovingHorizonEstimator(model)
55
mpc = LinMPC(mhe, Mwt=[1, 0], Nwt=[0.1])
56
mpc = setconstraint!(mpc, ymax=[Inf, 35])
57
```
0 commit comments