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 e70dc2c commit 3d61cbfCopy full SHA for 3d61cbf
Project.toml
@@ -1,7 +1,7 @@
1
name = "ModelPredictiveControl"
2
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
authors = ["Francis Gagnon"]
4
-version = "0.6.5"
+version = "0.6.6"
5
6
[deps]
7
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
src/state_estim.jl
@@ -88,7 +88,7 @@ end
88
89
Calc stochastic model matrices from output integrators specifications for state estimation.
90
91
-For closed-loop state estimators. `nint_ym is` a vector providing how many integrator should
+For closed-loop state estimators. `nint_ym` is a vector providing how many integrator should
92
be added for each measured output ``\mathbf{y^m}``. The argument generates the `Asm` and
93
`Csm` matrices:
94
```math
0 commit comments