klist->gains kwarg for matlab.wrappers.rlocus#999
klist->gains kwarg for matlab.wrappers.rlocus#999murrayrm merged 2 commits intopython-control:mainfrom
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? |
|
How about mapping MATLAB's parameter |
Oops. I assume it's too late to fix now; never mind.
Sure, why not. Let's. |
This fixes #998.
It wasn't the actual problem there, with
control.matlab.wrappers.rlocusnot being called (rathercontrol.rlocus.rlocus = control.rlocus.root_locus_plot), but still this does forward kwargs to that function which is expectinggainsrather thanklistorkvect(though it does have acontrol._process_legacy_keywordin place to catch the latter).Feel free to ignore or use this.