Skip to content

Commit 390fa08

Browse files
committed
debug: plot Ru instead of Ry for u setpoint in recipe
1 parent cfd34c4 commit 390fa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_sim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ end
615615
linestyle --> :dash
616616
label --> "\$\\mathbf{r_{u}}\$"
617617
legend --> true
618-
t, res.Ry_data[i, :]
618+
t, res.Ru_data[i, :]
619619
end
620620
end
621621
if plotumin && !isinf(Umin[i])

0 commit comments

Comments
 (0)