Skip to content

Commit 19bcf55

Browse files
committed
fix plot
1 parent df8a76d commit 19bcf55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/hinf_example_tank.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Pcl, S, CS, T = hinfsignals(P, G, C)
6060
# TODO figure out why I get segmentation errors when using ss instead of tf for
6161
# the weighting functions, makes no sense at all
6262
if makeplots
63-
specificationplot([S, CS, T], [WSelement, 0.01, WTelement], γ)
63+
specificationplot([S, CS, T], [WS[1,1], 0.01, WT[1,1]], γ)
6464

6565
## Plot the closed loop gain from w to z
6666
# TODO figure out why the legends don't seem to work in this case

0 commit comments

Comments
 (0)