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.
1 parent 23b915e commit 8bbe813Copy full SHA for 8bbe813
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