Closed
Description
The first line of the docstring for rlocus
suggests that there's a kwarg klist
,
"""rlocus(sys[, klist, xlim, ylim, ...])
python-control/control/matlab/wrappers.py
Line 200 in e4a03e8
but in the list of parameters it's kvect
.
python-control/control/matlab/wrappers.py
Line 212 in e4a03e8
They're all just passed on to root_locus_plot
anyway
python-control/control/matlab/wrappers.py
Line 247 in e4a03e8
and it's expecting kvect
, or, really, gains
python-control/control/rlocus.py
Line 163 in e4a03e8
Metadata
Metadata
Assignees
Labels
No labels