Skip to content

Commit 1bb6789

Browse files
authored
Update lsimplot function syntax
1 parent ec92616 commit 1bb6789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genplots.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function getexamples()
4646
stepgen() = stepplot(sys, ts[end], ts[2]-ts[1], l=(:dash, 4))
4747
impulsegen() = impulseplot(sys, ts[end], ts[2]-ts[1], l=:blue)
4848
L = lqr(sysss.A, sysss.B, eye(2), eye(2))
49-
lsimgen() = lsimplot(sysss, (i,x)->-L*x, ts, [1;2])
49+
lsimgen() = lsimplot(sysss, (x,i)->-L*x, ts, [1;2])
5050

5151
margingen() = marginplot([tf1, tf2], ws)
5252
gangoffourgen() = begin

0 commit comments

Comments
 (0)