We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049514c commit 9127336Copy full SHA for 9127336
src/controller/transcription.jl
@@ -1567,7 +1567,7 @@ and disturbances are piecewise constant or linear:
1567
```math
1568
\begin{aligned}
1569
\mathbf{û}_i(k+j) &= \begin{cases}
1570
- \mathbf{û_0}(k+1) & h = 0 \\
+ \mathbf{û_0}(k+j) & h = 0 \\
1571
(1-τ_i)\mathbf{û_0}(k+j) + τ_i\mathbf{û_0}(k+j+1) & h = 1 \end{cases} \\
1572
\mathbf{d̂}_i(k+j) &= (1-τ_i)\mathbf{d̂_0}(k+j) + τ_i\mathbf{d̂_0}(k+j+1)
1573
\end{aligned}
0 commit comments