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 626178e commit fa55616Copy full SHA for fa55616
src/root_locus.jl
@@ -3,7 +3,7 @@ import ControlSystemsBase.RootLocusResult
3
@userplot Rlocusplot
4
5
6
-function getpoles(G, K::Number)
+function getpoles(G, K::Number; kwargs...)
7
issiso(G) || error("root locus only supports SISO systems")
8
G isa TransferFunction || (G = tf(G))
9
P = numpoly(G)[]
0 commit comments