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 a136f73 commit e5efd40Copy full SHA for e5efd40
docs/src/tutorials/SampledData.md
@@ -26,7 +26,7 @@ The [`ShiftIndex`](@ref) operator is used to refer to past and future values of
26
27
```math
28
x(k+1) = 0.5x(k) + u(k)
29
-y(k) = x()
+y(k) = x(k)
30
```
31
32
```@example clocks
0 commit comments