Skip to content

Commit 9127336

Browse files
committed
doc: minor correction
1 parent 049514c commit 9127336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/transcription.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ and disturbances are piecewise constant or linear:
15671567
```math
15681568
\begin{aligned}
15691569
\mathbf{û}_i(k+j) &= \begin{cases}
1570-
\mathbf{û_0}(k+1) & h = 0 \\
1570+
\mathbf{û_0}(k+j) & h = 0 \\
15711571
(1-τ_i)\mathbf{û_0}(k+j) + τ_i\mathbf{û_0}(k+j+1) & h = 1 \end{cases} \\
15721572
\mathbf{d̂}_i(k+j) &= (1-τ_i)\mathbf{d̂_0}(k+j) + τ_i\mathbf{d̂_0}(k+j+1)
15731573
\end{aligned}

0 commit comments

Comments
 (0)