Skip to content

Commit 5150957

Browse files
authored
Merge pull request #62 from JuliaControl/debug_recipe
debug: plot Ru instead of Ry for u setpoint in recipe
2 parents cfd34c4 + 390fa08 commit 5150957

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)