- Notifications
You must be signed in to change notification settings - Fork441
Closed
Description
Example:
importcontrolasctg=ct.tf([1,2], [1,2,10])kvect=ct.rlocus(g)[1]plt.figure()ct.rlocus(g,kvect=kvect);
result:
I'd expect these two to look the same.
This is because axis limits are only calculated when argument kvect is None:
ifkvectisNone:start_mat=_RLFindRoots(nump,denp, [1])kvect,mymat,xlim,ylim=_default_gains(nump,denp,xlim,ylim)else:start_mat=_RLFindRoots(nump,denp, [kvect[0]])mymat=_RLFindRoots(nump,denp,kvect)mymat=_RLSortRoots(mymat)
Metadata
Metadata
Assignees
Labels
No labels