A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python-control.readthedocs.io/en/stable/generated/control.matlab.rlocus.html below:

Website Navigation


control.matlab.rlocus — Python Control Systems Library 0.10.2 documentation

control.matlab.rlocus
control.matlab.rlocus(sys[, gains, xlim, ylim, ...])[source]

Root locus diagram.

Calculate the root locus by finding the roots of 1 + k * G(s) where G is a linear system with transfer function num(s)/den(s) and each k is an element of gains.

Parameters:
sysLTI object

Linear input/output systems (SISO only, for now).

gainsarray_like, optional

Gains to use in computing plot of closed-loop poles.

xlimtuple or list, optional

Set limits of x axis (see matplotlib.axes.Axes.set_xlim).

ylimtuple or list, optional

Set limits of y axis (see matplotlib.axes.Axes.set_ylim).

plotbool

If False, do not generate a plot.

Returns:
rootsndarray

Closed-loop root locations, arranged in which each row corresponds to a gain in gains.

gainsndarray

Gains used. Same as gains keyword argument if provided.

Notes

This function is a wrapper for root_locus_plot, with legacy return arguments.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4