Skip to content

Commit d87d22a

Browse files
committed
doc: debug
1 parent 093c07e commit d87d22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual/mtk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ savefig("plot1_MTK.svg"); nothing # hide
154154
and also the output disturbance rejection:
155155

156156
```@example 1
157-
res_yd = sim!(nmpc, N, [180.0], plant=plant, x_0=[0, π], 0x̂_0=[0, π, 0], y_step=[10])
157+
res_yd = sim!(nmpc, N, [180.0], plant=plant, x_0=[0, π], x̂_0=[0, π, 0], y_step=[10])
158158
plot(res_yd)
159159
savefig("plot2_MTK.svg"); nothing # hide
160160
```

0 commit comments

Comments
 (0)