ControlSystems.jl icon indicating copy to clipboard operation
ControlSystems.jl copied to clipboard

rlocusplot sometimes does the wrong thing

Open baggepinnen opened this issue 5 years ago • 0 comments

julia> using ControlSystems

julia> A = [4.38 209; -0.036 -2]; 

julia> B = [2.09; 0];

julia> C = [1 0];

julia> D = 0;

julia> sys = ss(A,B,C,D);

julia> rlocusplot(tf(sys), linspace(-1,8,50))

baggepinnen avatar Sep 13 '18 05:09 baggepinnen