We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb97f89 + 8bbe813 commit 8cf065eCopy full SHA for 8cf065e
src/genplots.jl
@@ -45,7 +45,7 @@ function getexamples()
45
stepgen() = stepplot(sys, ts[end], l=(:dash, 4))
46
impulsegen() = impulseplot(sys, ts[end], l=:blue)
47
L = lqr(sysss.A, sysss.B, [1 0; 0 1], [1 0; 0 1])
48
- lsimgen() = lsimplot(sysss, (x,i)->-L*x, ts, [1;2])
+ lsimgen() = lsimplot(sysss, (x,i)->-L*x, ts; x0=[1;2])
49
50
margingen() = marginplot([tf1, tf2], ws)
51
gangoffourgen() = begin
0 commit comments