- Notifications
You must be signed in to change notification settings - Fork441
klist->gains kwarg for matlab.wrappers.rlocus#999
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks,@gdmcbain ! While reviewing this, I noticed another By the way, it looks like the email address you are using in the commit is not associated with your GitHub account because your commit appears without an avatar above. Is that intentional, or did you want to use a different address? |
coveralls commentedMay 10, 2024
How about mapping MATLAB's parameter |
Oops. I assume it's too late to fix now; never mind.
Sure, why not. Let's. |
Thisfixes#998.
It wasn't the actual problem there, with
control.matlab.wrappers.rlocus
not being called (rathercontrol.rlocus.rlocus = control.rlocus.root_locus_plot
), but still this does forward kwargs to that function which is expectinggains
rather thanklist
orkvect
(though it does have acontrol._process_legacy_keyword
in place to catch the latter).Feel free to ignore or use this.