Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rlocusplot inconsistent docstring #743

Closed
agerlach opened this issue Sep 7, 2022 · 0 comments · Fixed by #744
Closed

rlocusplot inconsistent docstring #743

agerlach opened this issue Sep 7, 2022 · 0 comments · Fixed by #744

Comments

@agerlach
Copy link
Contributor

agerlach commented Sep 7, 2022

  1. K is a kwarg
  2. OrdinaryDiffEq is always used

"""
rlocusplot(P::LTISystem, K)
Computes and plots the root locus of the SISO LTISystem P with
a negative feedback loop and feedback gains `K`, if `K` is not provided,
range(1e-6,stop=500,length=10000) is used.
If `OrdinaryDiffEq.jl` is installed and loaded by the user (`using OrdinaryDiffEq`), `rlocusplot` will use an adaptive step-size algorithm to
select values of `K`. A scalar `Kmax` can then be given as second argument.
"""
rlocusplot
@recipe function rlocusplot(p::Rlocusplot; K=500)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant